From: Adam Megacz Date: Mon, 21 Mar 2011 00:30:40 +0000 (-0700) Subject: Makefile update X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=commitdiff_plain;h=dceacf3f8630d0562bfb4e1bd2dc16880dbf3b7d Makefile update --- diff --git a/Makefile b/Makefile index 06d0382..7959831 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,6 @@ push: build/CoqPass.hs git commit -m 'update baked-in CoqPass.hs' && \ (git push -f http://git.megacz.com/coq-hetmet.git master:coq-extraction-baked-in; \ git reset HEAD^) - make publish - -publish: rm -rf .temp mkdir .temp cd .temp; ln -s ../src/*.v .