mirror of
https://frontier.innolan.net/github/AmigaExamples.git
synced 2026-09-12 15:41:58 +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)
|
|
|