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/re/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/re') diff --git a/tests/re/buildfile b/tests/re/buildfile index ba86f09..8373da0 100644 --- a/tests/re/buildfile +++ b/tests/re/buildfile @@ -4,4 +4,4 @@ import libs = libcutl%lib{cutl} -exe{driver}: cxx{driver} $libs +exe{driver}: {hxx cxx}{*} $libs -- cgit v1.1