mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-17 03:30:28 +00:00
19 lines
299 B
Makefile
19 lines
299 B
Makefile
include ../../../Makefile.inc
|
|
|
|
PNG2RLE = ../../../gr-utils/png2rle
|
|
PNG2LZ4 = ../../../gr-utils/png2lz4
|
|
|
|
all: ootw_c2_cage.inc
|
|
|
|
#####
|
|
|
|
ootw_c2_cage.inc: $(PNG2RLE) \
|
|
ootw_c2_nocage.png
|
|
$(PNG2RLE) asm ootw_c2_nocage.png cage_rle > ootw_c2_cage.inc
|
|
|
|
#####
|
|
|
|
clean:
|
|
rm -f *~ *.o *.lst *.lzz *.inc
|
|
|