Added gen to makefile
authorpimjager <pim@pimjager.nl>
Fri, 6 May 2016 14:40:05 +0000 (16:40 +0200)
committerpimjager <pim@pimjager.nl>
Fri, 6 May 2016 14:40:05 +0000 (16:40 +0200)
Makefile

index 66c5913..8164795 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ all: spl
 
 man: spl.1
 
-spl: spl.icl lex.icl lex.dcl parse.icl parse.dcl spl.prj sem.icl sem.dcl AST.icl AST.dcl
+spl: spl.icl lex.icl lex.dcl parse.icl parse.dcl spl.prj sem.icl sem.dcl AST.icl AST.dcl gen.icl gen.dcl
        $(CPM) make
 
 %.1: %