diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:34:06 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:34:06 +0300 |
commit | 154e0454ad9fc9ec7614db19cb9f2bc592d9edff (patch) | |
tree | c4fe1a1105d62feca0fee36ff90acddbb1aa04b2 | |
parent | 99526cfc469869f10fa64638a8136aa598137a92 (diff) |
Remove target/scope irregularity workarounds
-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 |