This commit is contained in:
2026-04-09 13:24:29 +02:00
parent 703acfbd8e
commit 076b57bfb8
4 changed files with 9 additions and 7 deletions

9
Makefile Normal file
View File

@@ -0,0 +1,9 @@
all:
@echo "make clean"
clean:
find . -type f -name "*~" -exec rm {} \;
find . -type f -name "*.back" -exec rm {} \;
rm -f scrbl/*.html scrbl/*.js scrbl/*.css
DIRS=`find . -type d -name "compiled"`;rm -rf $$DIRS