First cut at reviving the External Core tools
[ghc-hetmet.git] / utils / ext-core / Makefile
diff --git a/utils/ext-core/Makefile b/utils/ext-core/Makefile
new file mode 100644 (file)
index 0000000..67afd43
--- /dev/null
@@ -0,0 +1,5 @@
+all:   Check.hs Core.hs Driver.hs Env.hs Interp.hs Lex.hs ParseGlue.hs Parser.hs Prep.hs Prims.hs Printer.hs
+       ghc --make -fglasgow-exts -o Driver Driver.hs
+
+Parser.hs: Parser.y
+       happy -o Parser.hs Parser.y
\ No newline at end of file