dos33fsprogs/games/tfv/graphics_credits/Makefile
Vince Weaver ef557b62bc tfv: add in credits
try to bring them up to speed a bit too
2021-01-14 01:28:18 -05:00

15 lines
229 B
Makefile

include ../../../Makefile.inc
PNG2RLE = ../../../utils/gr-utils/png2rle
PNG2GR = ../../../utils/gr-utils/png2gr
LZSA = ~/research/lzsa/lzsa/lzsa
all: KATC.lzsa
%.lzsa: %.BIN
$(LZSA) -r -f2 $< $@
clean:
rm -f *~ KATC.LZSA