summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-01 20:40:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-01 20:40:12 +0300
commitc0309fae159a76fe5f70a758f9a85d11f484a1ab (patch)
treeda7eb4d7cce64afe4f4f9005da2a61680196e2ef /buildfile
parentbf1820caf091f0704f908dda397e806e16f69044 (diff)
Remove target/scope irregularity workarounds
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile8
1 files changed, 4 insertions, 4 deletions
diff --git a/buildfile b/buildfile
index 7e99695..5d614c4 100644
--- a/buildfile
+++ b/buildfile
@@ -25,7 +25,7 @@ if $cli.configured
# Don't install examples, tests or the INSTALL file.
#
-dir{examples/}: install = false
-dir{tests/}: install = false
-dir{unit-tests/}: install = false
-doc{INSTALL}@./: install = false
+examples/: install = false
+tests/: install = false
+unit-tests/: install = false
+doc{INSTALL}@./: install = false