aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-06-01 20:39:50 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-06-01 20:39:50 +0300
commitc3944227f6ae9dc49f3d7b7e9cf59efb0a294cf0 (patch)
tree1fcc9cdc4d4b58042c01aa604e3cc255c6d96cfc
parentc57d5ea450dc7f14b8030d4d18afb446fabcb8f9 (diff)
Remove target/scope irregularity workarounds
-rw-r--r--buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index d89e9ca..e52d5e4 100644
--- a/buildfile
+++ b/buildfile
@@ -6,6 +6,6 @@
# Don't install examples, tests or the INSTALL file.
#
-dir{examples/}: install = false
-dir{tests/}: install = false
+examples/: install = false
+tests/: install = false
doc{INSTALL}@./: install = false