dos33fsprogs/ootw/ootw_graphics/l1caves/Makefile
2019-07-24 15:51:19 -04: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