From 2cff147a5d0037a74524ac3742af637ffe1c7467 Mon Sep 17 00:00:00 2001 From: tma Date: Wed, 18 Jan 2006 16:51:47 +0000 Subject: * "make distclean" now does what you'd expect * "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 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3