From 1470fed809be7b11f147f8a6ca924a252b473c97 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 22 Aug 2009 10:24:18 +0200 Subject: Implement the CLI language parser --- cli/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/makefile') 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 # # -- cgit v1.1