From 6232ffa2805211654c6ff40a9852d7fc312382d2 Mon Sep 17 00:00:00 2001 From: Adam Megacz Date: Sat, 12 Mar 2011 05:49:02 -0800 Subject: [PATCH] update push-url in Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ce0c250..1f18b0d 100644 --- a/Makefile +++ b/Makefile @@ -24,10 +24,10 @@ clean: # this is for Adam's use only! push: build/CoqPass.hs - git push http://git.megacz.com/coq-garrows.git master + git push http://git.megacz.com/coq-hetmet.git master git add -f build/CoqPass.hs; \ git commit -m 'update baked-in CoqPass.hs' && \ - (git push -f http://git.megacz.com/coq-garrows.git master:coq-extraction-baked-in; \ + (git push -f http://git.megacz.com/coq-hetmet.git master:coq-extraction-baked-in; \ git reset HEAD^) make publish -- 1.7.10.4