From 6bb399d33bacde6d13a00f4cdd5d7ad409120c75 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 19 Feb 2014 16:07:08 -0300 Subject: Makefile: remote and all targets --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70afd69..fcd6119 100644 --- 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 -- cgit v1.2.3