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