summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@also>2011-05-26 12:49:11 +0200
committertv <tv@also>2011-05-26 12:49:11 +0200
commit8c62e86262ba910a1d3ef4870ce5343dc4e2fefb (patch)
treef074d8ea9f54a5ae90177b2c426aa36d89c0a131 /Makefile
parentc72d4dbfbbe0f15dfbdd894c186121f4dc2f20ff (diff)
parent231c96d75699738792e7235dc39b6c5a87e00b83 (diff)
Merge branch 'master' of github.com:krebscode/painload
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 11 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index 7e5641e3..50e94bd2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,10 @@
-
+DIST = debian
.PHONY: all
all: select-target
-.PHONY: aggressive
-.PHONY: coop
-.PHONY: infest
+.PHONY: infest aggressive coop
+
infest: aggressive
aggressive:
infest/etc_aggressive
@@ -14,12 +13,14 @@ coop:
infest/etc_coop
infest/home
-install-debian:
- [ `which git` ] || apt-get install git-core
- [ `which tmux` ] || apt-get install tmux
- [ `which screen` ] && apt-get remote screen
- [ `which vim` ] || apt-get install vim
+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