From 937099fb6d2360129ab3fa5d698bd5c70d14e6d5 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 28 May 2011 14:34:33 +0200 Subject: infest: Major Refactoring --- Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22b032ab..4e8a8e65 100644 --- a/Makefile +++ b/Makefile @@ -1,18 +1,10 @@ DIST = debian -.PHONY: infest it all so aggressive coop +.PHONY: infest all all: select-target -it: so -so: it coop -aggressive: coop - infest/etc_aggressive -coop: - infest/etc_coop - infest/home - -# compatibility -infest: aggressive +infest: + make -C modules/infest install-core: core/$(DIST) -- cgit v1.2.3