curry gotcha
[cc1516.git] / Makefile
index 6b53e08..8164795 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,11 @@ CPM:=cpm
 
 .PHONY: man
 
-all: spl spl.1
+all: spl
 
-spl: spl.icl lex.icl lex.dcl parse.icl parse.dcl spl.prj
+man: spl.1
+
+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: %