X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=Makefile;h=7959831e0c9099f3f3e81fa1f0a7cc7ab9e6dead;hp=1f18b0d4f5cf1d7cd29665158cb24242aa4726b8;hb=dceacf3f8630d0562bfb4e1bd2dc16880dbf3b7d;hpb=6232ffa2805211654c6ff40a9852d7fc312382d2 diff --git a/Makefile b/Makefile index 1f18b0d..7959831 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 @@ -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 .