From deb7e849bb3239db40a7ecf153133468a219119a Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 16 Jul 2023 20:30:19 +0000 Subject: Renames force-clean target to distclean --- Makefile | 6 +++--- 1 file 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) -- cgit v1.2.3