diff options
author | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-27 15:34:16 +0000 |
---|---|---|
committer | ludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-27 15:34:16 +0000 |
commit | b2eccd997b04c7c8d5a68e77e48d3441a6cc2959 (patch) | |
tree | 6ea156901ab7941a096db27e5ba2d90e94f2eba4 /code/unix/Makefile | |
parent | 07b947df850d2949862e438c3f10006bb8c99b4c (diff) | |
download | ioquake3-aero-b2eccd997b04c7c8d5a68e77e48d3441a6cc2959.tar.gz ioquake3-aero-b2eccd997b04c7c8d5a68e77e48d3441a6cc2959.zip |
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
Diffstat (limited to 'code/unix/Makefile')
-rw-r--r-- | code/unix/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile index 3a7584d..625fafa 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -1762,6 +1762,7 @@ copyfiles: build_release $(COPYDIR)/missionpack/. clean:clean-debug clean-release + $(MAKE) -C setup clean clean2: if [ -d $(B) ];then (find $(B) -name '*.d' -exec rm {} \;)fi @@ -1780,6 +1781,9 @@ distclean: clean $(MAKE) -C ../tools/asm clean uninstall $(MAKE) -C ../tools/lcc clean uninstall +installer: build_release + $(MAKE) VERSION=$(VERSION) -C setup + ############################################################################# # DEPENDENCIES ############################################################################# |