diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 14:59:10 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 14:59:10 -0300 |
commit | 66d41c82b30a511b5dc4d12b9fdcd298b2d8b603 (patch) | |
tree | fe67c0985dcf1b112763eb64c216c60838bc077d /Makefile | |
parent | 6b42c1987fe568b1331ce369f0426c3dab76953a (diff) | |
download | puppet-bootstrap-66d41c82b30a511b5dc4d12b9fdcd298b2d8b603.tar.gz puppet-bootstrap-66d41c82b30a511b5dc4d12b9fdcd298b2d8b603.tar.bz2 |
Adding 'subtrees' target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ modules: submodules: bin/submodules +subtrees: + bin/subtrees + remote: git remote add bootstrap $(REPO) |