add examples/Makefile
authorAdam Megacz <megacz@cs.berkeley.edu>
Tue, 26 Apr 2011 17:54:37 +0000 (10:54 -0700)
committerAdam Megacz <megacz@cs.berkeley.edu>
Tue, 26 Apr 2011 17:54:37 +0000 (10:54 -0700)
examples/Makefile [new file with mode: 0644]

diff --git a/examples/Makefile b/examples/Makefile
new file mode 100644 (file)
index 0000000..362dd53
--- /dev/null
@@ -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