mirror of
https://github.com/alpine9000/amiga_examples
synced 2025-12-08 14:59:01 +00:00
12 lines
245 B
Makefile
12 lines
245 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): ../assets/hello.png ../tools/bitplanify.py
|
|
../tools/bitplanify.py ../assets/hello.png --copper $(EXTRA)
|
|
|