From: Adam Megacz Date: Tue, 26 Apr 2011 17:54:37 +0000 (-0700) Subject: add examples/Makefile X-Git-Url: http://git.megacz.com/?p=coq-hetmet.git;a=commitdiff_plain;h=79340dfab8452e6eb356054b6bb45c2d44ac9d36 add examples/Makefile --- diff --git a/examples/Makefile b/examples/Makefile new file mode 100644 index 0000000..362dd53 --- /dev/null +++ b/examples/Makefile @@ -0,0 +1,5 @@ +all: + ../../../inplace/bin/ghc-stage2 -dcore-lint -fforce-recomp -fcoqpass -ddump-coqpass -ddump-to-file \ + `ls *.hs | grep -v Regex | grep -v Unify.hs | grep -v GArrowTikZ.hs ` +RTS -K500M + ../../../inplace/bin/ghc-stage2 -dcore-lint -fforce-recomp \ + RegexMatcher.hs Unify.hs GArrowTikZ.hs