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