diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:41:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:41:23 +0300 |
commit | dc24553fd249ccf2025cbbb654fb57f01ff139fa (patch) | |
tree | 6ba76ca53a3a0613e2404565b5103a12f62f45a3 /buildfile | |
parent | 35f4c13b8587dadc8fdf1fc2f70f616876ea11f1 (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false +tests/: install = false doc{INSTALL}@./: install = false |