From 2152522277ee38633df5f36ac93d3ea5cf316c32 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 3 Mar 2017 15:47:47 +0200 Subject: Rework build2 cli compilation --- examples/features/buildfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'examples/features') diff --git a/examples/features/buildfile b/examples/features/buildfile index c3b7913..ea8feee 100644 --- a/examples/features/buildfile +++ b/examples/features/buildfile @@ -2,10 +2,8 @@ # copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver} {hxx ixx cxx}{options} doc{README} +exe{driver}: cxx{driver} cli.cxx{options} doc{README} cxx.poptions =+ "-I$out_base" -# Generated options parser. -# -{hxx ixx cxx}{options}: cli{options} +cli.cxx{options}: cli{options} -- cgit v1.1