aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-18 16:51:47 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2006-01-18 16:51:47 +0000
commit2cff147a5d0037a74524ac3742af637ffe1c7467 (patch)
tree68beb9c1543aeccbee83589e3747a366d5128dff
parent55715fe403c5ba2262a54937c835543dd76e3907 (diff)
downloadioquake3-aero-2cff147a5d0037a74524ac3742af637ffe1c7467.tar.gz
ioquake3-aero-2cff147a5d0037a74524ac3742af637ffe1c7467.zip
* <BOLD AND FAT>"make distclean" now does what you'd expect</BOLD AND FAT>
* "make clean toolsclean" now does what "make distclean" did before git-svn-id: svn://svn.icculus.org/quake3/trunk@505 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6f7fb6..4a54de0 100644
--- a/Makefile
+++ b/Makefile
@@ -1670,10 +1670,13 @@ clean-debug:
clean-release:
$(MAKE) clean2 B=$(BR) CFLAGS="$(RELEASE_CFLAGS)"
-distclean: clean
+toolsclean:
$(MAKE) -C $(TOOLSDIR)/asm clean uninstall
$(MAKE) -C $(TOOLSDIR)/lcc clean uninstall
+distclean: clean toolsclean
+ rm -rf $(BUILD_DIR)
+
installer: build_release
$(MAKE) VERSION=$(VERSION) -C $(LOKISETUPDIR)