This commit is contained in:
2026-02-16 20:51:46 +01:00
parent b99eafa0d2
commit 4d9eebee09
2 changed files with 12 additions and 3 deletions

View File

@@ -6,4 +6,6 @@ all:
clean:
@find . -type f -name "*~" -exec rm -f {} \;
@rm -f scribblings/*.css scribblings/*.html scribblings/*.js
@DIRS=`find . -type d -name "compiled"`; echo $$DIRS; rm -rf $$DIRS
@echo "Cleaned"