##// END OF EJS Templates
makefile: also cleanup .orig files
marcink -
r3476:6f67137b default
parent child Browse files
Show More
@@ -8,7 +8,7 b' GRUNT=./node_binaries/grunt'
8 8
9 9 clean:
10 10 make test-clean
11 find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' \) -exec rm '{}' ';'
11 find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' -o -iname '*.orig' \) -exec rm '{}' ';'
12 12
13 13 test:
14 14 make test-clean
General Comments 0
You need to be logged in to leave comments. Login now