diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -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 |