This commit is contained in:
2026-04-09 13:39:23 +02:00
parent 26d607bd7f
commit e73e8e440c

View File

@@ -5,7 +5,7 @@ all:
clean: clean:
find . -name "*.rkt~" -type f -exec rm -f {} \; find . -name "*.rkt~" -type f -exec rm -f {} \;
find . -name "*.scrbl~" -type f -exec rm -f {} \; find . -name "*.scrbl~" -type f -exec rm -f {} \;
find . -name "compiled" -type d -exec rm -rf {} \; DIRS=`find . -name "compiled" -type d`;rm -rf $$DIRS
find scrbl -name "*.html" -type f -exec rm {} \; find scrbl -name "*.html" -type f -exec rm {} \;
find scrbl -name "*.css" -type f -exec rm {} \; find scrbl -name "*.css" -type f -exec rm {} \;
find scrbl -name "*.js" -type f -exec rm {} \; find scrbl -name "*.js" -type f -exec rm {} \;