diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-24 07:38:21 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-05-24 07:38:21 +0200 |
commit | 756054785a425e235f78ac7681b812ec693aa775 (patch) | |
tree | 8a50f075969383dfd4bd3c452aadd43fcf59e580 /buildfile | |
parent | c2a7f5db75ca002fdd3f2ca88542599523da5ee1 (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -8,6 +8,6 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false -dir{unit-tests/}: install = false -doc{INSTALL}@./: install = false +tests/: install = false +unit-tests/: install = false +doc{INSTALL}@./: install = false |