diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:32:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:32:03 +0300 |
commit | 7d25990ed229a1446c87a1d96f860be8ad73e78f (patch) | |
tree | a8b1fc2b995109e1258a8fcc28b1081c2ad89306 | |
parent | b7c7feef490faa1aa827e9e24d5835cd74cf62aa (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 |