summaryrefslogtreecommitdiff
path: root/apps/examples/poll/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/poll/Makefile')
-rw-r--r--apps/examples/poll/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/examples/poll/Makefile b/apps/examples/poll/Makefile
index 0a0e0e65d..5e2a4cf6a 100644
--- a/apps/examples/poll/Makefile
+++ b/apps/examples/poll/Makefile
@@ -73,6 +73,8 @@ $(BIN): $(OBJS)
.built: $(BIN)
+context:
+
.depend: Makefile $(SRCS)
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@