From 9ef9eafca42b882c13cc9b333cf49c5501ec385f Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 15 Jul 2017 15:28:00 +0300 Subject: Make use of wildcards in buildfiles --- examples/file/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/file/buildfile') diff --git a/examples/file/buildfile b/examples/file/buildfile index 7ae55df..3190cca 100644 --- a/examples/file/buildfile +++ b/examples/file/buildfile @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} cli.cxx{options} doc{README} file{test.ops} +exe{driver}: {hxx cxx}{* -options} cli.cxx{options} doc{README} file{test.ops} exe{driver}: test.arguments = --options-file $src_base/test.ops cxx.poptions =+ "-I$out_base" -- cgit v1.1