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

24 lines
551 B
Makefile

include ../../../Makefile.inc
PNG2RLE = ../../../gr-utils/png2rle
PNG2LZ4 = ../../../gr-utils/png2lz4
all: ootw_cavern.inc ootw_cavern2.inc ootw_cavern3.inc
#####
ootw_cavern.inc: $(PNG2RLE) another_cave.png
$(PNG2RLE) asm another_cave.png cavern_rle > ootw_cavern.inc
ootw_cavern2.inc: $(PNG2RLE) another_cave2.png
$(PNG2RLE) asm another_cave2.png cavern2_rle > ootw_cavern2.inc
ootw_cavern3.inc: $(PNG2RLE) another_cave3.png
$(PNG2RLE) asm another_cave3.png cavern3_rle > ootw_cavern3.inc
#####
clean:
rm -f *~ *.o *.lst *.lzz *.inc