dos33fsprogs/games/ootw/ootw_graphics/l1pool/Makefile
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

18 lines
283 B
Makefile

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