diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:27:13 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:27:13 +0300 |
commit | 87b10d7eb0ea70b3dbd6ebd078ea46971b58ef53 (patch) | |
tree | ac4fc4bf018033bc1ef9beb8ea5d047cbb311918 | |
parent | 754c72e078015ff22c54ea6612f3732a891c9539 (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 |