riven_hgr: forgot Makefile

This commit is contained in:
Vince Weaver 2024-05-17 20:15:03 -04:00
parent c5bcf74f30
commit e41ebd4bdc

View File

@ -0,0 +1,20 @@
include ../../../../Makefile.inc
ZX02 = ~/research/6502_compression/zx02.git/build/zx02
PNG2GR = ../../../../utils/gr-utils/png2gr
all: maglev_overlay.gr.zx02
####
%.gr: %.png
$(PNG2GR) $< $@
%.gr.zx02: %.gr
$(ZX02) -f $< $@
####
clean:
rm -f *~ *.o *.lst *.zx02 *.gr