dos33fsprogs/ootw/intro_graphics/03_elevator/Makefile
2019-02-06 00:32:54 -05:00

20 lines
413 B
Makefile

include ../../../Makefile.inc
PNG2RLE = ../../../gr-utils/png2rle
all: intro_elevator.inc intro_off_elevator.inc
#####
intro_elevator.inc: $(PNG2RLE) intro_elevator.png
$(PNG2RLE) asm intro_elevator.png elevator_rle > intro_elevator.inc
intro_off_elevator.inc: $(PNG2RLE) intro_off_elevator.png
$(PNG2RLE) asm intro_off_elevator.png elevator_rle > intro_off_elevator.inc
#####
clean:
rm -f *~ *.inc