dos33fsprogs/ootw/ootw_graphics/l3vent/Makefile
Vince Weaver a6a95e048d ootw: c3: "implement" checkpoint3
also fix a bug in text printing introduced a while back, might
be why intro broken
2019-07-12 13:40:29 -04:00

19 lines
279 B
Makefile

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