This commit is contained in:
2026-03-05 09:29:23 +01:00
parent 05fc927301
commit 99f30a6798

View File

@@ -3,5 +3,5 @@ all:
@echo "oke"
clean:
rm -f *.rkt~
(cd private;rm -f *.rkt~)
find . -name "*.rkt~" -type f -exec rm -f {} \;
find . -name "compiled" -type d -exec rm -rf {} \;