summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/hello/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello/makefile b/examples/hello/makefile
index a162d0d..f5c191c 100644
--- a/examples/hello/makefile
+++ b/examples/hello/makefile
@@ -26,7 +26,7 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): cli := $(out_root)/cli/cli
$(gen): $(out_root)/cli/cli
-$(call include-dep,$(dep))
+$(call include-dep,$(dep),$(obj),$(gen))
# Convenience alias for default target.
#