aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 14b9107..0cd5b13 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
all: promisc_check msec_find
clean:
- find . -name *.o -exec rm -f {} \;
- find . -name *~ -exec rm -f {} \;
+ -find . -name '*.o' -exec rm -f {} \;
+ -find . -name '*~' -exec rm -f {} \;
rm -f src/promisc_check/promisc_check
rm -f src/msec_find/msec_find