mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
11 lines
238 B
Makefile
11 lines
238 B
Makefile
MAKEADF=../tools/makeadf
|
|
FLOPPY=bin/music.adf
|
|
EXTRA=out/image-copper.s out/image-data.bin
|
|
MODULE=music.s
|
|
|
|
include ../base.mk
|
|
|
|
$(EXTRA): images/hello.png ../tools/bitplanify.py
|
|
../tools/bitplanify.py images/hello.png --copper $(EXTRA)
|
|
|