makefile: also cleanup .orig files

This commit is contained in:
Marcin Kuzminski 2019-02-13 13:51:47 +01:00
parent ae178f2ffb
commit 36b99c2808

View file

@ -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