From af0c1d5ac3960776a4a485ca587744464630e634 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Sun, 24 May 2020 08:06:34 -0700 Subject: contin: in the middle of reorganizing the declaration parsing. check-in before reorganizing keywords --- sys/cmd/cc/rules.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/cmd/cc/rules.mk') diff --git a/sys/cmd/cc/rules.mk b/sys/cmd/cc/rules.mk index b32d5b6..2db1c56 100644 --- a/sys/cmd/cc/rules.mk +++ b/sys/cmd/cc/rules.mk @@ -5,8 +5,10 @@ include share/push.mk SRCS_$(d) := \ $(d)/pp.c \ $(d)/lex.c \ + $(d)/ast.c \ $(d)/cc.c + LIBS_$(d) := BINS_$(d) := $(d)/cc UNTS_$(d) := -- cgit v1.2.1