This commit is contained in:
2026-04-09 10:10:28 +02:00
parent 8d96cd5602
commit 81a88099ba
4 changed files with 226 additions and 207 deletions

10
Makefile Normal file
View File

@@ -0,0 +1,10 @@
all:
@echo "use make clean"
clean:
find . -type f -name "*~" -exec rm {} \;
find . -type f -name "*.bak" -exec rm {} \;
rm -f scrbl/*.html scrbl/*.js scrbl/*.css