diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-19 16:12:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-19 16:12:59 -0300 |
commit | aa1c76d91894f6c7de47f5fbc7d4d90effd4c12a (patch) | |
tree | 4f60e8c8d7a8c6d867deb239d451398c08c7ee34 /Makefile | |
parent | c18edff577266df58b8bcd87f9dda4508fa7ffd8 (diff) | |
download | puppet-bootstrap-aa1c76d91894f6c7de47f5fbc7d4d90effd4c12a.tar.gz puppet-bootstrap-aa1c76d91894f6c7de47f5fbc7d4d90effd4c12a.tar.bz2 |
Makefile cleanup
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 - |