aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c750268..6b49180 100644
--- a/Makefile
+++ b/Makefile
@@ -16,11 +16,14 @@
REPO = git://git.sarava.org/puppet-bootstrap.git
-all: clean remote submodules
+all: clean remote modules
-submodules:
+modules:
mr up
+submodules:
+ bin/submodules
+
remote:
git remote add bootstrap $(REPO)