Show More
@@ -14,7 +14,7 b' GRUNT=./node_binaries/grunt' | |||
|
14 | 14 | clean: |
|
15 | 15 | make test-clean |
|
16 | 16 | find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' -o -iname '*.orig' \) -exec rm '{}' ';' |
|
17 | ||
|
17 | find . -type d -name "build" -prune -exec rm -rf '{}' ';' | |
|
18 | 18 | |
|
19 | 19 | .PHONY: test |
|
20 | 20 | ## run test-clean and tests |
General Comments 0
You need to be logged in to leave comments.
Login now