aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-01 20:31:24 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-01 20:31:24 +0300
commitb58bae8cd52ca7df3a77b1ce5c8db2ca9314094e (patch)
treef83087803464ab59bf4c7322615276f7d6f60449 /buildfile
parente4d2d772de35fe9d2ba9f40156e8091935d7d8fa (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 6b7ff6f..d1733fd 100644
--- a/buildfile
+++ b/buildfile
@@ -6,6 +6,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