From c18edff577266df58b8bcd87f9dda4508fa7ffd8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 19 Feb 2014 16:08:54 -0300 Subject: Makefile: install target --- Makefile | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fcd6119..9b0f1f4 100644 --- a/Makefile +++ b/Makefile @@ -16,9 +16,11 @@ REPO = git://git.sarava.org/puppet-bootstrap.git -clean: - rm -r modules - git checkout modules +all: clean + make modules + +install: clean + make remote modules modules: mr up @@ -26,5 +28,7 @@ modules: remote: git remote add bootstrap $(REPO) -all: clean - make remote modules +clean: + rm -r modules + git checkout modules + -- cgit v1.2.3