X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=blobdiff_plain;f=examples%2FMakefile;h=09e4b9ca00159e7884bd97648aebc8e1aca52daa;hp=7926143dcfb372bf61d6fb74a5e34db366c3b752;hb=a2cbba71fc8af854b34dcf348392897504ad41b2;hpb=d5f12624745edf327b49e515a1ebb5aeb265b70c diff --git a/examples/Makefile b/examples/Makefile index 7926143..09e4b9c 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