aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/buildfile b/buildfile
index 0784d6b..366866f 100644
--- a/buildfile
+++ b/buildfile
@@ -3,8 +3,12 @@
# license : MIT; see accompanying LICENSE file
define sh: file
-sh{*}: extension =
-sh{*}: install = bin/
+
+sh{*}:
+{
+ extension =
+ install = bin/
+}
./: msvc-common/exe{msvc-filter} \
sh{cl-* lib-* link-* mt-* rc-*} \