files to create a loki-setup based installer. run "make installer"

This commit is contained in:
Ludwig Nussel 2005-11-27 15:34:16 +00:00
parent 64025e68f0
commit be42cb3201
7 changed files with 196 additions and 2 deletions

View file

@ -1,6 +1,6 @@
VERSION=1.33_SVN$(shell LANG=C svnversion .)
release debug clean distclean copyfiles:
release debug clean distclean copyfiles installer:
$(MAKE) -C code/unix $@
dist:
@ -10,4 +10,4 @@ dist:
tar --force-local -cjf quake3-$(VERSION).tar.bz2 quake3-$(VERSION)
rm -rf quake3-$(VERSION)
.PHONY: release debug clean distclean
.PHONY: release debug clean distclean copyfiles installer