X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=Makefile;h=06d038247acaf863a0c3d01853ccdfa4de934ef1;hp=ce0c2508dc0c3b9a66333a24d7de942efb6a8c76;hb=b3214686b18b2d6f6905394494da8d1c17587bdb;hpb=b8f6adf700fa3c67feefaea3d2cf5c4626300489 diff --git a/Makefile b/Makefile index ce0c250..06d0382 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ coqc := coqc -noglob -coqfiles := $(shell find src -name \*.v) -allfiles := $(coqfiles) $(shell find src -name \*.hs) +coqfiles := $(shell find src -name \*.v | grep -v \\\#) +allfiles := $(coqfiles) $(shell find src -name \*.hs | grep -v \\\#) default: build/CoqPass.hs @@ -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