diff options
author | tv <tv@also> | 2011-05-28 14:34:33 +0200 |
---|---|---|
committer | tv <tv@also> | 2011-05-28 14:34:33 +0200 |
commit | 937099fb6d2360129ab3fa5d698bd5c70d14e6d5 (patch) | |
tree | f16fc0b899b7ee0f7510f0847450c455d2488848 /Makefile | |
parent | 922cc67c0080c6ed42ca4f5fee4e5ad898c79462 (diff) |
infest: Major Refactoring
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -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) |