Makefile

changeset 1530
77cb6540d9d8
parent 1140
88a9ee79c102
--- a/Makefile	Sun Nov 30 14:40:39 2025 +0100
+++ b/Makefile	Sun Nov 30 15:05:21 2025 +0100
@@ -32,8 +32,8 @@
 clean: config.mk FORCE
 	$(MAKE) -f make/makefile.mk clean
 
-dist-clean: config.mk FORCE
-	$(MAKE) -f make/makefile.mk dist-clean
+distclean: config.mk FORCE
+	$(MAKE) -f make/makefile.mk distclean
 
 compile: config.mk FORCE
 	$(MAKE) -f make/makefile.mk compile

mercurial