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

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