]> ruin.nu Git - proglang.git/blobdiff - Makefile
moved modified Testsyntax to Typechecker to keep the original one
[proglang.git] / Makefile
index 883c65fc997e911fa25d0a2a366ddc02f3c85490..fe345b456c3c7f00c512d080884fbaf66a810a24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ all:
        happy -gca -idebug Parsyntax.y
        alex -g Lexsyntax.x
        latex Docsyntax.tex; dvips Docsyntax.dvi -o Docsyntax.ps
-       ghc -fglasgow-exts --make Testsyntax.hs -o Testsyntax
+       ghc --make Testsyntax.hs -o Testsyntax
+       ghc -fglasgow-exts --make Typechecker.hs -o Typechecker
 clean:
        -rm -f *.log *.aux *.hi *.o *.dvi
        -rm -f Docsyntax.ps