mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 20:06:09 +00:00
riven_hgr: forgot Makefile
This commit is contained in:
parent
c5bcf74f30
commit
e41ebd4bdc
20
games/riven_hgr/movie1/overlays/Makefile
Normal file
20
games/riven_hgr/movie1/overlays/Makefile
Normal 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user