mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-08 16:07:14 +00:00
20 lines
382 B
Makefile
20 lines
382 B
Makefile
include ../../../Makefile.inc
|
|
|
|
PNG2RLE = ../../../gr-utils/png2rle
|
|
PNG2LZ4 = ../../../gr-utils/png2lz4
|
|
|
|
all: ootw_c2_jail.inc
|
|
|
|
#####
|
|
|
|
ootw_c2_jail.inc: $(PNG2RLE) \
|
|
ootw_c2_cage_fell.png jail2_bg.png
|
|
$(PNG2RLE) asm ootw_c2_cage_fell.png cage_fell_rle > ootw_c2_jail.inc
|
|
$(PNG2RLE) asm jail2_bg.png jail2_rle >> ootw_c2_jail.inc
|
|
|
|
#####
|
|
|
|
clean:
|
|
rm -f *~ *.o *.lst *.lzz *.inc
|
|
|