summaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
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