diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:04:54 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-01 20:04:54 +0300 |
commit | 1e6ffedc9014e78e09d12eae98297fcf56862f83 (patch) | |
tree | 932628b75c302c1826a13f2312b4f8e1e8887391 /libmhello | |
parent | 840f26efac639efe3509bc45f4a12362dbd63243 (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 |