diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 14:37:23 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-03 14:37:23 -0300 |
commit | e938bde4c45f3ea63c98a64eff1eaefa654a5417 (patch) | |
tree | f9beb59708542123ab8779a72b79de181d0a104f /Makefile | |
parent | 7bd2f91c12c2f270aa12d5a39da6eaec65375dfb (diff) | |
download | puppet-bootstrap-e938bde4c45f3ea63c98a64eff1eaefa654a5417.tar.gz puppet-bootstrap-e938bde4c45f3ea63c98a64eff1eaefa654a5417.tar.bz2 |
Placeholder for config target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ submodules: remote: git remote add bootstrap $(REPO) +config: + @echo "TODO: not implemented :(" + clean: rm -rf modules git checkout modules |