X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=Makefile;h=24f8a623b51038738dda35bb8bebd26fcb382b52;hp=f662112e8f88a49689dd97c0a3f07f7a54dc3a77;hb=98e238b8dd8c07705ab9681ff07c85e10eda9397;hpb=2c2f90fca1005f6dedc69ee7f3d7c5072e5c123b diff --git a/Makefile b/Makefile index f662112..24f8a62 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: Typechecker Interpreter +all: Typechecker Interpreter Compiler doc: Docsyntax.dvi @@ -14,6 +14,9 @@ Typechecker: Typechecker.hs Typecheck.hs Parsyntax.hs Lexsyntax.hs Abssyntax.hs Interpreter: Interpreter.hs Interpret.hs Typecheck.hs Parsyntax.hs Lexsyntax.hs Abssyntax.hs ghc -fglasgow-exts --make Interpreter.hs -o Interpreter +Compiler: Compiler.hs Compile.hs Typecheck.hs Parsyntax.hs Lexsyntax.hs Abssyntax.hs + ghc -fglasgow-exts --make Compiler.hs -o Compiler + Parsyntax.hs: Parsyntax.y happy -gca -idebug Parsyntax.y