aboutsummaryrefslogtreecommitdiff
path: root/examples/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-12 20:30:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-14 16:38:38 +0300
commitd4e8e70325b94509575e6722595fe5ed752c9013 (patch)
tree27a1c75d544b9a06be4b1d73abc2fece771d1301 /examples/buildfile
parentbc00b696dbe914b60199039ed56c96d5072bbfba (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'examples/buildfile')
-rw-r--r--examples/buildfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/buildfile b/examples/buildfile
index b14235a..c5e408c 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -2,6 +2,4 @@
# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-./: hybrid/ inheritance/ performance/ persistence/ processing/ roundtrip/ \
- xhtml/ doc{README}
-
+./: {*/ -build/} doc{README}