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