From: Silvio Rhatto Date: Wed, 19 Feb 2014 19:12:59 +0000 (-0300) Subject: Makefile cleanup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aa1c76d91894f6c7de47f5fbc7d4d90effd4c12a;p=puppet-bootstrap.git Makefile cleanup --- 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 -