diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:34:37 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:34:37 +0300 |
commit | 9a59eb3d2ab5ac0ff15953939447deff87c5f0e2 (patch) | |
tree | 90f54114590f9e95a715ca662b2044ca7d5e58f5 | |
parent | fc0a2003463b5f9843e783ad7d25a67e199b6464 (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 |