aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-02-19 16:12:59 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-02-19 16:12:59 -0300
commitaa1c76d91894f6c7de47f5fbc7d4d90effd4c12a (patch)
tree4f60e8c8d7a8c6d867deb239d451398c08c7ee34 /Makefile
parentc18edff577266df58b8bcd87f9dda4508fa7ffd8 (diff)
downloadpuppet-bootstrap-aa1c76d91894f6c7de47f5fbc7d4d90effd4c12a.tar.gz
puppet-bootstrap-aa1c76d91894f6c7de47f5fbc7d4d90effd4c12a.tar.bz2
Makefile cleanup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 9b0f1f4..5ff89b2 100644
--- a/Makefile
+++ b/Makefile
@@ -16,11 +16,8 @@
REPO = git://git.sarava.org/puppet-bootstrap.git
-all: clean
- make modules
-
-install: clean
- make remote modules
+all:
+ clean remote modules
modules:
mr up
@@ -31,4 +28,3 @@ remote:
clean:
rm -r modules
git checkout modules
-