aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5da2420..6b49d31 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,7 @@ RELEASE := $(shell grep 'Release:' $(PACKAGE).spec| cut -f 2)
TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
all: promisc_check msec_find python
+ make -C cron-sh
clean:
-find . -name '*.o' -o -name '*.py[oc]' -o -name '*~' | xargs rm -f