summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..22b032ab
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,27 @@
+DIST = debian
+
+.PHONY: infest it all so aggressive coop
+all: select-target
+
+it: so
+so: it coop
+aggressive: coop
+ infest/etc_aggressive
+coop:
+ infest/etc_coop
+ infest/home
+
+# compatibility
+infest: aggressive
+
+install-core:
+ core/$(DIST)
+
+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