quakespasm/Misc/qs_pak/Makefile
Ozkan Sezer 342c135a12 set executable property on mkpak.sh
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@971 af15c1b1-3010-417e-b628-4374ebc0bcbd
2014-08-20 09:20:03 +00:00

12 lines
160 B
Makefile

INPUT := gfx/conback.lmp \
default.cfg
OUTPUT := quakespasm.pak
$(OUTPUT): $(INPUT)
./mkpak.sh $(INPUT) > $(OUTPUT)
.PHONY: clean
clean:
rm -f $(OUTPUT)