aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-29 14:25:39 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-29 14:25:59 +0900
commit5f86e1a2df170eadf0601f1bff6ab12a643a68c5 (patch)
treed8e9c7bde1d4305ffe3cdf1645a0b839e86d1c79 /Makefile
parent2a04789470d2de0384753c96e7e278b77a5dc2dc (diff)
downloadkati-5f86e1a2df170eadf0601f1bff6ab12a643a68c5.tar.gz
[C++] Split CommandEvaluator from Executor
This is the first step of --ninja support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46d7730..bb91bf2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,7 @@
GO_SRCS:=$(wildcard *.go)
CXX_SRCS:= \
ast.cc \
+ command.cc \
dep.cc \
eval.cc \
exec.cc \
@@ -24,6 +25,7 @@ CXX_SRCS:= \
flags.cc \
func.cc \
main.cc \
+ ninja.cc \
parser.cc \
rule.cc \
string_piece.cc \