From d5268554b8c8c614917567f12a1814e7de2c8ff7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Feb 2014 19:29:13 -0300 Subject: Makefile update --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3