diff options
Diffstat (limited to 'build/buildfile')
-rw-r--r-- | build/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
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 # |