make StrongAlt a parameter rather than field in StrongCaseBranch and ProofCaseBranch
[coq-hetmet.git] / Makefile
index 1f18b0d..06d0382 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 coqc     := coqc -noglob
 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
 
 
 default: build/CoqPass.hs