diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 32 |
1 files changed, 20 insertions, 12 deletions
@@ -1,19 +1,27 @@ +DIST = debian - -.PHONY: all +.PHONY: infest it all so aggressive coop all: select-target -.PHONY: infest -infest: - infest/etc - infest/root +it: so +so: it coop +aggressive: coop + infest/etc_aggressive +coop: + infest/etc_coop + infest/home + +# compatibility +infest: aggressive -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 |