X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=58f4d40027d37cfc7ff09bcda3a2250cdecd0ce0;hp=97de58b1b85c61727efbaada40c0653e9b87b87c;hb=77e8c70f4fd7a32db036fee5884a98208d450de2;hpb=64d416692bda1d36c33b5efa245d46dcf546ad4a diff --git a/Makefile b/Makefile index 97de58b..58f4d40 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,7 @@ default: build/CoqPass.hs build/CoqPass.hs: $(allfiles) make build/Makefile.coq - cd build; make -f Makefile.coq OPT="-opt -dont-load-proofs" \ - ExtractionMain.vo \ - ProgrammingLanguageGeneralizedArrow.vo \ - ProgrammingLanguageArrow.vo \ - ProgrammingLanguageFlattening.vo + cd build; make -f Makefile.coq OPT="-opt -dont-load-proofs" All.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