aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-24 07:38:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-24 07:38:21 +0200
commit756054785a425e235f78ac7681b812ec693aa775 (patch)
tree8a50f075969383dfd4bd3c452aadd43fcf59e580 /buildfile
parentc2a7f5db75ca002fdd3f2ca88542599523da5ee1 (diff)
Remove target/scope irregularity workarounds
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildfile b/buildfile
index ad12194..b9a353f 100644
--- a/buildfile
+++ b/buildfile
@@ -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