1
0
mirror of https://frontier.innolan.net/github/AmigaExamples.git synced 2025-12-07 20:24:27 +00:00
Files
AmigaExamples/003.music/Makefile
2016-02-28 15:04:15 +11:00

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)