X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=Makefile;h=06d038247acaf863a0c3d01853ccdfa4de934ef1;hp=1f18b0d4f5cf1d7cd29665158cb24242aa4726b8;hb=b3214686b18b2d6f6905394494da8d1c17587bdb;hpb=6232ffa2805211654c6ff40a9852d7fc312382d2;ds=sidebyside 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