Files
racket-sound/Makefile
2026-04-09 13:24:29 +02:00

10 lines
219 B
Makefile

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