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