split Extraction.v so most can be compiled with -dont-load-proofs
[coq-hetmet.git] / Makefile
index b8851aa..2d65894 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ default: build/CoqPass.hs
 
 build/CoqPass.hs: $(allfiles)
        make build/Makefile.coq
+       cd build; make -f Makefile.coq OPTS=-dont-load-proofs ExtractionMain.vo
        cd build; make -f Makefile.coq Extraction.vo
        cat src/Extraction-prefix.hs                                     > build/CoqPass.hs
        cat build/Extraction.hs | grep -v '^module' | grep -v '^import' >> build/CoqPass.hs