-
This commit is contained in:
11
Makefile
Normal file
11
Makefile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
all:
|
||||||
|
@echo "Use 'make clean' to cleanup racket backup files"
|
||||||
|
|
||||||
|
|
||||||
|
clean:
|
||||||
|
@find . -type f -name "*~" -exec rm -f {} \;
|
||||||
|
@rm -f scribblings/*.css scribblings/*.html scribblings/*.js
|
||||||
|
@DIRS=`find . -type d -name "compiled"`; echo $$DIRS; rm -rf $$DIRS
|
||||||
|
@echo "Cleaned"
|
||||||
Reference in New Issue
Block a user