aboutsummaryrefslogtreecommitdiff
path: root/examples/inheritance
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/inheritance
parentbc00b696dbe914b60199039ed56c96d5072bbfba (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'examples/inheritance')
-rw-r--r--examples/inheritance/buildfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/inheritance/buildfile b/examples/inheritance/buildfile
index e59c1c2..9a6c17e 100644
--- a/examples/inheritance/buildfile
+++ b/examples/inheritance/buildfile
@@ -4,5 +4,5 @@
import libs = libstudxml%lib{studxml}
-exe{driver}: cxx{driver} {cxx hxx}{position} $libs doc{README}
+exe{driver}: {hxx cxx}{*} $libs doc{README}
exe{driver}: test.input = position.xml