From bfd63c8ec0e060c8c28bd3fc6acf9af4460bc208 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Jul 2017 18:20:08 +0300 Subject: Make use of wildcards in buildfiles --- clean/buildfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'clean') diff --git a/clean/buildfile b/clean/buildfile index b4feada..761f063 100644 --- a/clean/buildfile +++ b/clean/buildfile @@ -9,8 +9,7 @@ import libs += libbbot%lib{bbot} include ../libbrep/ -exe{brep-clean}: {hxx ixx cxx}{* -clean-options} \ - {hxx ixx cxx}{clean-options} \ +exe{brep-clean}: {hxx ixx cxx}{* -clean-options} {hxx ixx cxx}{clean-options} \ ../libbrep/lib{brep} $libs # Generated options parser. @@ -26,5 +25,5 @@ if $cli.configured # Include generated cli files into the distribution. # - cli.cxx{clean-options}: dist = true + cli.cxx{*}: dist = true } -- cgit v1.1