e3023875cec6522d7636f552fb6fd3093413ef32
[ghc-hetmet.git] / utils / ext-core / Makefile
1 all:    Check.hs Core.hs Driver.hs Env.hs Interp.hs ParsecParser.hs ParseGlue.hs Prep.hs Prims.hs Printer.hs
2         ghc --make -fglasgow-exts -o Driver Driver.hs
3
4 #Parser.hs: Parser.y
5 #       happy -ad -ihappy.debug -o Parser.hs Parser.y