##// END OF EJS Templates
makefile: always cleanup build dir
super-admin -
r1134:d88b9a35 default
parent child Browse files
Show More
@@ -10,6 +10,7 b' OUTDATED_PACKAGES = ${PATH_TO_OUTDATED_P'
10 10 clean:
11 11 make test-clean
12 12 find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' -o -iname '*.orig' \) -exec rm '{}' ';'
13 find . -type d -name "build" -prune -exec rm -rf '{}' ';'
13 14
14 15
15 16 .PHONY: test
General Comments 0
You need to be logged in to leave comments. Login now