summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-05-26 12:17:47 +0200
committerFelix Richter <github@syntax-fehler.de>2011-05-26 12:17:47 +0200
commit1f1cff12f710f4776096261db9849f53ba7af449 (patch)
tree871750357f9924a3567131e10b079f1fee183c38 /Makefile
parent54f8f1d6b9d5f7b8056cb40ed92d2b10d08415ea (diff)
added Make paths to all the modules
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7e5641e3..4e374372 100644
--- a/Makefile
+++ b/Makefile
@@ -3,9 +3,8 @@
.PHONY: all
all: select-target
-.PHONY: aggressive
-.PHONY: coop
-.PHONY: infest
+.PHONY: infest aggressive coop
+
infest: aggressive
aggressive:
infest/etc_aggressive
@@ -22,4 +21,9 @@ install-debian:
noise:
make -C modules/noise infest
-
+streams:
+ make -C modules/streams
+monitoring:
+ make -C modules/Monitoring debian
+zoneminder:
+ make -C modules/zoneminder fix it so hard