diff options
author | krebs <krebs@UTART> | 2011-05-04 09:54:47 -1100 |
---|---|---|
committer | krebs <krebs@UTART> | 2011-05-04 09:54:47 -1100 |
commit | fd2669ea1af199784b975980b03be2a596bfe29f (patch) | |
tree | 47af509203fe695a1f1d595e8ed1e11fc5f9db26 | |
parent | 76a2b8e2faa8ec9f31eac1e5397fa006a247b37d (diff) |
Makefile: initial commit
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..8203172f --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ + + +.PHONY: all +all: select-target + +.PHONY: infest +infest: + infest/passwd + infest/motd |