From b2eccd997b04c7c8d5a68e77e48d3441a6cc2959 Mon Sep 17 00:00:00 2001 From: ludwig Date: Sun, 27 Nov 2005 15:34:16 +0000 Subject: files to create a loki-setup based installer. run "make installer" git-svn-id: svn://svn.icculus.org/quake3/trunk@379 edf5b092-35ff-0310-97b2-ce42778d08ea --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 783d728..ad465f1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3