diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-02 17:21:32 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-02 17:21:32 +0200 |
| commit | 62166bfe7031522bd851eb5d7047a19182e24a45 (patch) | |
| tree | 43926d04513c7dda6dd24b678c9eac27a0eb0d3f /examples | |
| parent | d7cb3c62c90aaa3027730e07136fa7df371290c4 (diff) | |
| download | cli-62166bfe7031522bd851eb5d7047a19182e24a45.tar.gz cli-62166bfe7031522bd851eb5d7047a19182e24a45.tar.xz cli-62166bfe7031522bd851eb5d7047a19182e24a45.zip | |
Add cli options instead of overriding them
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/file/makefile | 2 |
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)) |
