--- 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