diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:06:17 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:06:17 +0300 |
commit | caa7008cea10c8c73993ea8a0fcba16b635554fc (patch) | |
tree | 6e2bca01f24de80f042166a70795511111091c9c /libmhello | |
parent | 46b902f7c8c0f8258d85833cae3ef31267395afe (diff) |
Remove target/scope irregularity workarounds
Diffstat (limited to 'libmhello')
-rw-r--r-- | libmhello/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmhello/buildfile b/libmhello/buildfile index 2054adb..e535c45 100644 --- a/libmhello/buildfile +++ b/libmhello/buildfile @@ -2,5 +2,5 @@ # Don't install tests or the INSTALL file. # -dir{tests/}: install = false +tests/: install = false doc{INSTALL}@./: install = false |