mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-03-04 04:30:18 +00:00
riven: as always, forgot Makefile
This commit is contained in:
parent
8b090686c3
commit
dc955f39e4
25
games/riven_hgr/disk40_files/graphics_orb1/Makefile
Normal file
25
games/riven_hgr/disk40_files/graphics_orb1/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
include ../../../../Makefile.inc
|
||||
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
|
||||
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
|
||||
all: orb1_graphics.inc
|
||||
|
||||
orb1_graphics.inc: \
|
||||
orb_n.hgr.zx02 orb2_n.hgr.zx02
|
||||
echo "orb_n_zx02: .incbin \"orb_n.hgr.zx02\"" > orb1_graphics.inc
|
||||
echo "orb2_n_zx02: .incbin \"orb2_n.hgr.zx02\"" >> orb1_graphics.inc
|
||||
|
||||
####
|
||||
|
||||
%.hgr: %.png
|
||||
$(PNG_TO_HGR) $< > $@
|
||||
|
||||
%.hgr.zx02: %.hgr
|
||||
$(ZX02) -f $< $@
|
||||
|
||||
####
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst *.zx02 *.hgr orb1_graphics.inc
|
||||
|
Loading…
x
Reference in New Issue
Block a user