Revive External Core parser
[ghc-hetmet.git] / utils / ext-core / Makefile
index 67afd43..e302387 100644 (file)
@@ -1,5 +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
+all:   Check.hs Core.hs Driver.hs Env.hs Interp.hs ParsecParser.hs ParseGlue.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
+#Parser.hs: Parser.y
+#      happy -ad -ihappy.debug -o Parser.hs Parser.y
\ No newline at end of file