dos33fsprogs/ootw/intro_graphics/03_elevator/Makefile
2019-02-04 23:33:16 -05:00

17 lines
254 B
Makefile

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