diff Makefile @ 499:c3099c5d9d3e

Add very simple code generator This very simple code generator is definitely not the final form. It is simply a stop-gap for ongoing development.
author William Astle <lost@l-w.ca>
date Thu, 08 Aug 2019 23:48:18 -0600
parents 1bd2d590d734
children 17fa03d69df3
line wrap: on
line diff
--- a/Makefile	Thu Aug 08 23:32:23 2019 -0600
+++ b/Makefile	Thu Aug 08 23:48:18 2019 -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 tree.c cc-parse.c
+lwcc_cc_srcs := cc-main.c tree.c cc-parse.c cc-gencode.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)