Files
AmigaExamples/001.simple_image/Makefile
T
2016-02-27 14:15:25 +11:00

12 lines
239 B
Makefile

MAKEADF=../tools/makeadf
FLOPPY=bin/image.adf
EXTRA=out/image-copper.s out/image-data.bin
MODULE=image.s
include ../base.mk
$(EXTRA): images/hello.png ../tools/bitplanify.py
../tools/bitplanify.py images/hello.png --copper $(EXTRA)