]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Makefile: remote and all targets
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 19 Feb 2014 19:07:08 +0000 (16:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 19 Feb 2014 19:07:08 +0000 (16:07 -0300)
Makefile

index 70afd696070943ccb0c27d73f4c29b369a0dd216..fcd6119dc80b054fe6f3c254ed3a4d14d0e7770a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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