summaryrefslogtreecommitdiff
path: root/apps/examples/dhcpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/dhcpd/Makefile')
-rw-r--r--apps/examples/dhcpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/examples/dhcpd/Makefile b/apps/examples/dhcpd/Makefile
index 6a96281cf..34575f802 100644
--- a/apps/examples/dhcpd/Makefile
+++ b/apps/examples/dhcpd/Makefile
@@ -98,11 +98,12 @@ context: .context
depend: .depend
clean:
- @rm -f *.o *~ .*.swp .built
+ $(call DELFILE .built)
$(call CLEAN)
distclean: clean
- @rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep