mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2025-12-07 20:24:27 +00:00
11 lines
244 B
Makefile
11 lines
244 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): ../assets/hello.png ../tools/bitplanify.py
|
|
../tools/bitplanify.py ../assets/hello.png --copper $(EXTRA)
|