mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
b1238af49d
this will probably upset people
19 lines
285 B
Makefile
19 lines
285 B
Makefile
include ../../../Makefile.inc
|
|
|
|
PNG2RLE = ../../../gr-utils/png2rle
|
|
PNG2LZ4 = ../../../gr-utils/png2lz4
|
|
|
|
all: ootw_c11_room.inc
|
|
|
|
#####
|
|
|
|
ootw_c11_room.inc: $(PNG2RLE) \
|
|
above.png
|
|
$(PNG2RLE) asm above.png above_rle > ootw_c11_room.inc
|
|
|
|
#####
|
|
|
|
clean:
|
|
rm -f *~ *.o *.lst *.lzz *.inc
|
|
|