summaryrefslogtreecommitdiff
path: root/apps/examples/uip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/uip/Makefile')
-rw-r--r--apps/examples/uip/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/examples/uip/Makefile b/apps/examples/uip/Makefile
index 59c5f76b4..f7e82f6b1 100644
--- a/apps/examples/uip/Makefile
+++ b/apps/examples/uip/Makefile
@@ -73,12 +73,13 @@ $(BIN): $(OBJS)
.built: $(BIN)
+context:
+
.depend: Makefile $(SRCS)
@$(MKDEP) $(ROOTDEPPATH) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep
@touch $@
-# Register application
-depend: .depend
+epend: .depend
clean:
@rm -f *.o *~ .*.swp .built