]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Makefile: install target
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 19 Feb 2014 19:08:54 +0000 (16:08 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 19 Feb 2014 19:08:54 +0000 (16:08 -0300)
Makefile

index fcd6119dc80b054fe6f3c254ed3a4d14d0e7770a..9b0f1f4689e6cac4b227d04945f531db7901f558 100644 (file)
--- a/Makefile
+++ b/Makefile
 
 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
+