summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 09b68293..fdb195c9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,9 @@ infest:
infest/etc
infest/root
make -C modules/noise infest
+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
+