summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/makefile b/cli/makefile
index 78e09b1..71ddd9c 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -65,8 +65,8 @@ genf := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) $(cli_tun:.cli=.cxx)
gen := $(addprefix $(out_base)/,$(genf))
$(gen): cli := $(out_root)/cli/cli
-$(gen): cli_options += --generate-file-scanner --guard-prefix CLI \
---reserved-name stdout
+$(gen): cli_options += --generate-file-scanner --generate-specifier \
+--guard-prefix CLI --reserved-name stdout
$(call include-dep,$(cxx_od),$(cxx_obj),$(gen))