summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Richter <github@syntax-fehler.de>2011-05-26 12:32:53 +0200
committerFelix Richter <github@syntax-fehler.de>2011-05-26 12:32:53 +0200
commit4fa3e59a99b5c526c51366ca952f219f3b6a5674 (patch)
tree352883281e38dcaf11d454bbf64f03d38bff149c /Makefile
parent1f1cff12f710f4776096261db9849f53ba7af449 (diff)
fixed aggressive bug, pulled install to core
updated makefile accordingly to handle core installer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 4e374372..50e94bd2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-
+DIST = debian
.PHONY: all
all: select-target
@@ -13,11 +13,8 @@ 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