X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fext-core%2FMakefile;h=e3023875cec6522d7636f552fb6fd3093413ef32;hp=67afd4359b714c35062f16c5ed7ee0cd91b49667;hb=6e93da5e0a775b2bfb9c9f2bd31a36cc828521cb;hpb=276585028d51a2516a31b91a91a1f4bba5c9f8ba diff --git a/utils/ext-core/Makefile b/utils/ext-core/Makefile index 67afd43..e302387 100644 --- a/utils/ext-core/Makefile +++ b/utils/ext-core/Makefile @@ -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