-
This commit is contained in:
4
Makefile
4
Makefile
@@ -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 {} \;
|
||||
|
||||
Reference in New Issue
Block a user