aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)