Added missing argument to 'find'
This commit is contained in:
parent
fd90470b0f
commit
5e9314da18
@ -65,7 +65,7 @@ clean-generic-$(2)-$(1):
|
||||
-name '*.def' -o \
|
||||
-name '*.py' -o \
|
||||
-name '*.pyc' -o \
|
||||
-name '*.bc' \
|
||||
-name '*.bc' -o \
|
||||
-name '*.rs' \
|
||||
\) \
|
||||
| xargs rm -f
|
||||
|
Loading…
Reference in New Issue
Block a user