summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3591e88d..d31a7c9d 100644
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,13 @@ all: select-target
infest:
infest/etc
infest/root
+
+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
+
+noise:
+ make -C modules/noise infest
+