aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ea47992..d9f58c1 100644
--- a/Makefile
+++ b/Makefile
@@ -221,9 +221,9 @@ clean: clean-libpicofe clean-picoarch
.PHONY: clean-all
clean-all: $(foreach core,$(CORES),clean-$(core)) clean
-.PHONY: force-clean
-force-clean: clean
- rm -rf $(CORES)
+.PHONY: distclean
+distclean: clean
+ rm -rf $(CORES) *.zip
ifeq ($(platform), trimui)