summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-08-22 10:24:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-08-22 10:24:18 +0200
commit1470fed809be7b11f147f8a6ca924a252b473c97 (patch)
tree3c001c6123af4507a34d4fd036b792989db91b0a /cli/makefile
parent522e21fa892dfc8b436eb6e7cb46f386a9116316 (diff)
Implement the CLI language parser
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/makefile b/cli/makefile
index d9be4f2..faea51c 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -5,7 +5,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
-cxx_tun := cli.cxx lexer.cxx
+cxx_tun := cli.cxx lexer.cxx parser.cxx
#
#