dos33fsprogs/demos/second/part09_leaves/graphics/Makefile
2023-10-18 01:10:30 -04:00

18 lines
298 B
Makefile

include ../../../../Makefile.inc
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
PNG2GR = ../../../../utils/gr-utils/png2gr
all: final3.hgr.zx02
####
final3.hgr.zx02: final3.hgr
$(ZX02) final3.hgr final3.hgr.zx02
####
clean:
rm -f *~