mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 21:34:33 +00:00
fix cleanup maker
why: embedded find needs brackets around or condition
This commit is contained in:
parent
cb957b71e4
commit
6d2b7ad6da
@ -194,7 +194,7 @@ clean-docs:
|
||||
.SILENT: clean-bakfiles
|
||||
clean-bakfiles:
|
||||
for f in $(shell find . -type f \
|
||||
-name '*~' -o -name '*.bak' -print); do \
|
||||
\( -name '*~' -o -name '*.bak' \) -print); do \
|
||||
(set -x; rm -f "$$f"); \
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user