summaryrefslogtreecommitdiff
path: root/apps/examples/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/watchdog')
-rw-r--r--apps/examples/watchdog/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/examples/watchdog/Makefile b/apps/examples/watchdog/Makefile
index 8bbdbfea6..9890959fb 100644
--- a/apps/examples/watchdog/Makefile
+++ b/apps/examples/watchdog/Makefile
@@ -96,11 +96,11 @@ context: .context
depend: .depend
clean:
- $(call DELFILE .built)
+ $(call DELFILE, .built)
$(call CLEAN)
distclean: clean
- $(call DELFILE Make.dep)
- $(call DELFILE .depend)
+ $(call DELFILE, Make.dep)
+ $(call DELFILE, .depend)
-include Make.dep