Mercurial > hg > index.cgi
diff Makefile @ 312:41118fb0a8f2 ccdev
Add no-op parser and parse tree infrastructure
author | William Astle <lost@l-w.ca> |
---|---|
date | Sat, 21 Sep 2013 18:43:39 -0600 |
parents | 7957e90d0a35 |
children | a3e277c58df9 |
line wrap: on
line diff
--- a/Makefile Sat Sep 21 13:53:18 2013 -0600 +++ b/Makefile Sat Sep 21 18:43:39 2013 -0600 @@ -108,7 +108,7 @@ lwcc_cpp_objs := $(lwcc_cpp_srcs:.c=.o) lwcc_cpp_deps := $(lwcc_cpp_srcs:.c=.d) -lwcc_cc_srcs := cc-main.c +lwcc_cc_srcs := cc-main.c tree.c parse.c lwcc_cc_srcs := $(addprefix lwcc/,$(lwcc_cc_srcs)) lwcc_cc_objs := $(lwcc_cc_srcs:.c=.o) lwcc_cc_deps := $(lwcc_cc_srcs:.c=.d)