dos33fsprogs/tfv/graphics_title/Makefile
Vince Weaver 8001a35f5c tfv: modernize and split up title screen from rest
still lots of work to do
2020-12-28 01:11:54 -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