diff options
Diffstat (limited to 'cpp/examples/qmf-agent/Makefile')
| -rw-r--r-- | cpp/examples/qmf-agent/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/examples/qmf-agent/Makefile b/cpp/examples/qmf-agent/Makefile index 6c4d9a867e..0759644670 100644 --- a/cpp/examples/qmf-agent/Makefile +++ b/cpp/examples/qmf-agent/Makefile @@ -51,7 +51,7 @@ all: gen @$(MAKE) gen: - $(MGEN) $(SCHEMA_FILE) $(GEN_DIR) + $(MGEN) -o $(GEN_DIR) $(SCHEMA_FILE) clean: rm -rf $(GEN_DIR) $(OUT_FILE) *.d *.o |
