makefile: also cleanup .orig files
This commit is contained in:
parent
ae178f2ffb
commit
36b99c2808
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ GRUNT=./node_binaries/grunt
|
|||
|
||||
clean:
|
||||
make test-clean
|
||||
find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' \) -exec rm '{}' ';'
|
||||
find . -type f \( -iname '*.c' -o -iname '*.pyc' -o -iname '*.so' -o -iname '*.orig' \) -exec rm '{}' ';'
|
||||
|
||||
test:
|
||||
make test-clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue