mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-21 22:29:12 +00:00
19 lines
238 B
Makefile
19 lines
238 B
Makefile
include ../../../Makefile.inc
|
|
|
|
PNG2RLE = ../../../gr-utils/png2rle
|
|
|
|
|
|
all: outer_door.inc
|
|
|
|
#####
|
|
|
|
outer_door.inc: $(PNG2RLE) outer_door.png
|
|
$(PNG2RLE) asm outer_door.png outer_door_rle > outer_door.inc
|
|
|
|
|
|
|
|
#####
|
|
|
|
clean:
|
|
rm -f *~ *.inc
|