mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-16 11:30:55 +00:00
18 lines
283 B
Makefile
18 lines
283 B
Makefile
include ../../../Makefile.inc
|
|
|
|
PNG2RLE = ../../../gr-utils/png2rle
|
|
PNG2LZ4 = ../../../gr-utils/png2lz4
|
|
|
|
all: ootw_rope.inc
|
|
|
|
#####
|
|
|
|
ootw_rope.inc: $(PNG2RLE) another_rope.png
|
|
$(PNG2RLE) asm another_rope.png rope_rle > ootw_rope.inc
|
|
|
|
#####
|
|
|
|
clean:
|
|
rm -f *~ *.o *.lst *.lzz *.inc
|
|
|