summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-08-09 15:21:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-08-09 15:21:16 +0200
commit2cffde53441986ca86c035debe9d6ee9d270dfb1 (patch)
tree89bc170795e4789afe734a131d66e4c9051f4d8a /cli/makefile
parentd311e253ca3dcabb9e52d273110dea8b950571f7 (diff)
Tests for the lexer
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 7335a74..d9be4f2 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -5,7 +5,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
-cxx_tun := cli.cxx
+cxx_tun := cli.cxx lexer.cxx
#
#