--- a/Makefile Wed Dec 03 00:01:17 2025 +0100 +++ b/Makefile Thu Dec 04 18:57:54 2025 +0100 @@ -29,11 +29,12 @@ dist: config.mk FORCE $(MAKE) -f make/makefile.mk dist -clean: config.mk FORCE - $(MAKE) -f make/makefile.mk clean +clean: FORCE + rm -f -R dist + rm -f -R build -distclean: config.mk FORCE - $(MAKE) -f make/makefile.mk distclean +distclean: clean FORCE + rm -f config.mk compile: config.mk FORCE $(MAKE) -f make/makefile.mk compile