summaryrefslogtreecommitdiff
path: root/cli/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cli/makefile')
-rw-r--r--cli/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/makefile b/cli/makefile
index 86df489..5e1238b 100644
--- a/cli/makefile
+++ b/cli/makefile
@@ -62,6 +62,7 @@ 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 := --guard-prefix CLI
$(call include-dep,$(cxx_od))