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/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/examples/uip/Makefile b/apps/examples/uip/Makefile
index 487512072..99e140f04 100644
--- a/apps/examples/uip/Makefile
+++ b/apps/examples/uip/Makefile
@@ -89,12 +89,13 @@ context:
epend: .depend
clean:
- @rm -f *.o *~ .*.swp .built
- @rm -f httpd_fsdata.c
+ $(call DELFILE .built)
+ $(call DELFILE httpd_fsdata.c)
$(call CLEAN)
distclean: clean
- @rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep