diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:39:50 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:39:50 +0300 |
commit | c3944227f6ae9dc49f3d7b7e9cf59efb0a294cf0 (patch) | |
tree | 1fcc9cdc4d4b58042c01aa604e3cc255c6d96cfc | |
parent | c57d5ea450dc7f14b8030d4d18afb446fabcb8f9 (diff) |
Remove target/scope irregularity workarounds
-rw-r--r-- | buildfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,6 +6,6 @@ # Don't install examples, tests or the INSTALL file. # -dir{examples/}: install = false -dir{tests/}: install = false +examples/: install = false +tests/: install = false doc{INSTALL}@./: install = false |