summaryrefslogtreecommitdiff
path: root/apps/examples/thttpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/thttpd/Makefile')
-rw-r--r--apps/examples/thttpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile
index 10bcb9af0..5320a0a13 100644
--- a/apps/examples/thttpd/Makefile
+++ b/apps/examples/thttpd/Makefile
@@ -89,12 +89,13 @@ context:
depend: .depend
clean:
- @rm -f *.o *~ .*.swp .built
+ $(call DELFILE .built)
@$(MAKE) -C content clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
$(call CLEAN)
distclean: clean
- @rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep