dos33fsprogs/ootw/intro_graphics/03_elevator/Makefile

20 lines
413 B
Makefile
Raw Normal View History

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