summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/file/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/file/makefile b/examples/file/makefile
index ec236dd..64e6ea6 100644
--- a/examples/file/makefile
+++ b/examples/file/makefile
@@ -25,7 +25,7 @@ genf := $(cli:.cli=.hxx) $(cli:.cli=.ixx) $(cli:.cli=.cxx)
gen := $(addprefix $(out_base)/,$(genf))
$(gen): cli := $(out_root)/cli/cli
-$(gen): cli_options := --generate-file-scanner
+$(gen): cli_options += --generate-file-scanner
$(gen): $(out_root)/cli/cli
$(call include-dep,$(dep),$(obj),$(gen))