X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=06d038247acaf863a0c3d01853ccdfa4de934ef1;hp=1f18b0d4f5cf1d7cd29665158cb24242aa4726b8;hb=695db0ba4a767d5bb0ceb3cb802dbcacba482b0e;hpb=7b4102f909b03506dc1d7a30d3bd0dc057439b98 diff --git a/Makefile b/Makefile index 1f18b0d..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