X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=1f18b0d4f5cf1d7cd29665158cb24242aa4726b8;hb=26733c04106397dc8a10396ce688e908e8d0cde7;hp=ce0c2508dc0c3b9a66333a24d7de942efb6a8c76;hpb=b8f6adf700fa3c67feefaea3d2cf5c4626300489;p=coq-hetmet.git 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