summaryrefslogtreecommitdiff
path: root/apps/examples/udp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/udp/Makefile')
-rw-r--r--apps/examples/udp/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 79606c69b..9c35cc94f 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -116,14 +116,14 @@ context:
depend: .depend
clean:
- $(call DELFILE .built)
- $(call DELFILE $(TARG_BIN))
- $(call DELFILE $(HOST_BIN))
+ $(call DELFILE, .built)
+ $(call DELFILE, $(TARG_BIN))
+ $(call DELFILE, $(HOST_BIN))
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep