mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-31 14:30:17 +00:00
2199818bfd
actually same, at top of pool
19 lines
279 B
Makefile
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
|
|
|