summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@also>2011-05-28 14:34:33 +0200
committertv <tv@also>2011-05-28 14:34:33 +0200
commit937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (patch)
treef16fc0b899b7ee0f7510f0847450c455d2488848 /Makefile
parent922cc67c0080c6ed42ca4f5fee4e5ad898c79462 (diff)
infest: Major Refactoring
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 3 insertions, 11 deletions
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)