diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 02:20:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 02:20:45 +0300 |
commit | 0402b3cec89ac542dda93ac592ff21274f18de1f (patch) | |
tree | 6eccc0bfa234f3ababea7392b7e7bd057c23e021 /build/root.build | |
parent | 5c21e9a33be5b36394a7ef16a5aada056841dd85 (diff) |
Build infrastructure update
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/root.build b/build/root.build index 8550239..2ace472 100644 --- a/build/root.build +++ b/build/root.build @@ -11,7 +11,6 @@ ixx{*}: extension = ixx txx{*}: extension = txx cxx{*}: extension = cxx -# All exe{} in tests/ are, well, tests. Don't install them. +# All exe{} in tests/ are, well, tests. # tests/exe{*}: test = true -tests/: install = false |