repositories
/
cc1516.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
483bcde
)
Added gen to makefile
author
pimjager
<pim@pimjager.nl>
Fri, 6 May 2016 14:40:05 +0000
(16:40 +0200)
committer
pimjager
<pim@pimjager.nl>
Fri, 6 May 2016 14:40:05 +0000
(16:40 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: %