diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-29 22:55:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-29 22:55:19 -0300 |
commit | c47363ad53fbe2795e4533a29478210923b6ec54 (patch) | |
tree | 18aeff66c4012a857f1589b5860a022a7e38d708 /Makefile | |
parent | d0fe80d76297c7250e90ae0fdacf0cc5c27a3fce (diff) | |
download | puppet-bootstrap-c47363ad53fbe2795e4533a29478210923b6ec54.tar.gz puppet-bootstrap-c47363ad53fbe2795e4533a29478210923b6ec54.tar.bz2 |
Module symlink support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ submodules: subtrees: bin/subtrees +symlinks: + bin/symlinks $(MODULES) + remote: git remote add bootstrap $(REPO) |