From 9b7c4f0a4ea9ac5d3559d429dcf829b536d13e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C3=A6l=C5=8Drum=20spect=C4=81tr=C4=ABx?= Date: Fri, 21 Nov 2025 23:28:37 +0100 Subject: [PATCH] Make git clean -fdx use --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 11f1fc7..12c0eec 100644 --- a/Makefile +++ b/Makefile @@ -10,9 +10,8 @@ Makefile.csm: $(CSM) -makefile Makefile.csm .PHONY: clean -clean: Makefile.csm - $(MAKE) -f Makefile.csm clean - rm -f Makefile.csm rain +clean: + git clean -fdx .PHONY: install install: