X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=examples%2FMakefile;h=ff6f713688031a12bcf0ce3d4b0c4bad07a36fc3;hb=2f22f2f26622f85e457060de3a5c534004a26e79;hp=c4fafba7d17df1b7bdcc9c08ac3198c706bb8fcb;hpb=f000339a20a5a531b510355b128f744534e90573;p=coq-hetmet.git diff --git a/examples/Makefile b/examples/Makefile index c4fafba..ff6f713 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -1,10 +1,11 @@ -ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build +ghc_opt := -fwarn-incomplete-patterns -Werror -odir .build -hidir .build open: make demo open .build/test.pdf #sanity += BiGArrow.hs +sanity += KappaDemo.hs sanity += CircuitExample.hs sanity += CommandSyntaxExample.hs sanity += DotProduct.hs @@ -14,7 +15,7 @@ sanity += ImmutableHeap.hs sanity += IsomorphismForCodeTypes.hs sanity += LambdaCalculusInterpreter.hs sanity += TypeSafeRun.hs -sanity += Unflattening.hs +#sanity += Unflattening.hs sanity_opts = -dcore-lint -fforce-recomp -fcoqpass -ddump-coqpass -ddump-to-file sanity_opts += -fsimpleopt-before-flatten @@ -30,4 +31,4 @@ demo: ../../../inplace/bin/ghc-stage2 $(ghc_opt) --show-iface .build/Demo.hi ../../../inplace/bin/ghc-stage2 $(ghc_opt) GArrowTikZ.hs Demo.hs DemoMain.hs Unify.hs -o .build/demo ./.build/demo > .build/test.tex - cd .build; pdflatex test.tex + cd .build; TEXINPUTS=../tex-bits/:$TEXINPUTS: pdflatex test.tex