diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-19 16:07:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-19 16:07:08 -0300 |
commit | 6bb399d33bacde6d13a00f4cdd5d7ad409120c75 (patch) | |
tree | 9ab0480d4f9e74c7a2c4cb7dcaefbb2f068b9564 /Makefile | |
parent | 43f089c757b3f472551ed8058249a9d337fb8f27 (diff) | |
download | puppet-bootstrap-6bb399d33bacde6d13a00f4cdd5d7ad409120c75.tar.gz puppet-bootstrap-6bb399d33bacde6d13a00f4cdd5d7ad409120c75.tar.bz2 |
Makefile: remote and all targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -12,6 +12,9 @@ # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., 59 Temple # Place - Suite 330, Boston, MA 02111-1307, USA +# + +REPO = git://git.sarava.org/puppet-bootstrap.git clean: rm -r modules @@ -19,3 +22,9 @@ clean: modules: mr up + +remote: + git remote add bootstrap $(REPO) + +all: clean + make remote modules |