mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-18 21:06:31 +00:00
a6a95e048d
also fix a bug in text printing introduced a while back, might be why intro broken
19 lines
279 B
Makefile
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
|
|
|