summaryrefslogtreecommitdiff
path: root/apps/examples/nximage
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/nximage')
-rw-r--r--apps/examples/nximage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/nximage/Makefile b/apps/examples/nximage/Makefile
index b62fe3943..ec8a96709 100644
--- a/apps/examples/nximage/Makefile
+++ b/apps/examples/nximage/Makefile
@@ -91,7 +91,7 @@ all: .built
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)
-$(COBJS): %$(OBJEXT): %.c
+$(COBJS) $(MAINOBJ): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)