From 4fa3e59a99b5c526c51366ca952f219f3b6a5674 Mon Sep 17 00:00:00 2001 From: Felix Richter Date: Thu, 26 May 2011 12:32:53 +0200 Subject: fixed aggressive bug, pulled install to core updated makefile accordingly to handle core installer --- Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3