X-Git-Url: https://ruin.nu/git/?p=proglang.git;a=blobdiff_plain;f=Makefile;h=b6815c2f1a4339c40837cb76e73659ee345d3bf5;hp=e52bbb4415a70c63239390f32493a7a83304d74a;hb=HEAD;hpb=ff80cbdaf843e2745f59e6f5d3c8670cadbf68b2 diff --git a/Makefile b/Makefile index e52bbb4..b6815c2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: Testsyntax Typechecker +all: CompInt doc: Docsyntax.dvi @@ -17,6 +17,9 @@ Interpreter: Interpreter.hs Interpret.hs Typecheck.hs Parsyntax.hs Lexsyntax.hs Compiler: Compiler.hs Compile.hs Typecheck.hs Parsyntax.hs Lexsyntax.hs Abssyntax.hs ghc -fglasgow-exts --make Compiler.hs -o Compiler +CompInt: CompInt.hs Compile.hs Interpret.hs Typecheck.hs Parsyntax.hs Lexsyntax.hs Abssyntax.hs + ghc -fglasgow-exts --make CompInt.hs -o CompInt + Parsyntax.hs: Parsyntax.y happy -gca -idebug Parsyntax.y