From aab62d018ee070f64ea51b7201cc3c7143284bb7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 15 Jul 2017 14:22:14 +0300 Subject: Make use of wildcards in buildfiles --- tests/fs/path/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fs/path/buildfile') diff --git a/tests/fs/path/buildfile b/tests/fs/path/buildfile index 9809400..3fc481b 100644 --- a/tests/fs/path/buildfile +++ b/tests/fs/path/buildfile @@ -4,4 +4,4 @@ import libs = libcutl%lib{cutl} -exe{driver}: cxx{driver} $libs +exe{driver}: {hxx cxx}{*} $libs -- cgit v1.1