From 68f96f9213e849d0d7c4cedf3edeaec99743ee27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2015 09:51:15 +0200 Subject: New variable architecture --- build/buildfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build/buildfile') diff --git a/build/buildfile b/build/buildfile index 7522dc2..ce917f6 100644 --- a/build/buildfile +++ b/build/buildfile @@ -8,13 +8,13 @@ config = config/{operation module utility} bin = bin/{target rule module} cxx = cxx/{target compile link install module utility} cli = cli/{target rule module} -test = test/{operation rule module} -install = install/{operation rule module} +test1 = test/{operation rule module} +install1 = install/{operation rule module} exe{b}: cxx{b algorithm name operation spec scope variable target \ prerequisite rule file module context search diagnostics token \ lexer parser path-io utility dump options $config $bin $cxx $cli \ - $test $install} $libs + $test1 $install1} $libs #@@ TODO # -- cgit v1.1