mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-15 08:27:41 +00:00
riven_hgr: forgot Makefile
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user