This commit is contained in:
2026-03-31 13:33:17 +02:00
parent 4ffc94dce3
commit 5ee62d0064
2 changed files with 9 additions and 5 deletions

View File

@@ -4,4 +4,8 @@ all:
clean:
find . -name "*.rkt~" -type f -exec rm -f {} \;
find . -name "*.scrbl~" -type f -exec rm -f {} \;
find . -name "compiled" -type d -exec rm -rf {} \;
find scrbl -name "*.html" -type f -exec rm {} \;
find scrbl -name "*.css" -type f -exec rm {} \;
find scrbl -name "*.js" -type f -exec rm {} \;