dos33fsprogs/ootw/ootw_graphics/l9swim/Makefile
Vince Weaver 2199818bfd ootw: add placeholder graphics for c9 and c10
actually same, at top of pool
2020-01-27 17:03:32 -05:00

19 lines
279 B
Makefile

include ../../../Makefile.inc
PNG2RLE = ../../../gr-utils/png2rle
PNG2LZ4 = ../../../gr-utils/png2lz4
all: ootw_c9_swim.inc
#####
ootw_c9_swim.inc: $(PNG2RLE) \
pool.png
$(PNG2RLE) asm pool.png pool_rle > ootw_c9_swim.inc
#####
clean:
rm -f *~ *.o *.lst *.lzz *.inc