dos33fsprogs/ootw/intro_graphics/03_elevator/Makefile

17 lines
254 B
Makefile
Raw Normal View History

2019-02-05 04:33:16 +00:00
include ../../../Makefile.inc
PNG2RLE = ../../../gr-utils/png2rle
all: intro_elevator.inc
#####
intro_elevator.inc: $(PNG2RLE) intro_elevator.png
$(PNG2RLE) asm intro_elevator.png elevator_rle > intro_elevator.inc
#####
clean:
rm -f *~ *.inc