dos33fsprogs/games/tfv/graphics_title/Makefile
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -05:00

20 lines
314 B
Makefile

include ../../Makefile.inc
PNG2RLE = ../../gr-utils/png2rle
PNG2GR = ../../gr-utils/png2gr
LZSA = ~/research/lzsa/lzsa/lzsa
tfv_title.inc: \
title.lzsa
echo "title_lzsa: .incbin \"title.lzsa\"" > tfv_title.inc
%.gr: %.png
$(PNG2GR) $< $@
%.lzsa: %.gr
$(LZSA) -r -f2 $< $@
clean:
rm -f *~ tfv_title.inc