summaryrefslogtreecommitdiff
path: root/apps/namedapp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/namedapp/Makefile')
-rw-r--r--apps/namedapp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/namedapp/Makefile b/apps/namedapp/Makefile
index 8f653a208..f52e8a9d5 100644
--- a/apps/namedapp/Makefile
+++ b/apps/namedapp/Makefile
@@ -96,13 +96,15 @@ context: .context
depend: .depend
clean:
- $(Q) rm -f *.o *~ .*.swp .built
+ $(call DELFILE .built)
$(call CLEAN)
distclean: clean
- $(Q) rm -f .context Make.dep .depend
- $(Q) rm -f namedapp_list.h
- $(Q) rm -f namedapp_proto.h
+ $(call DELFILE .context)
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
+ $(call DELFILE namedapp_list.h)
+ $(call DELFILE namedapp_proto.h)
-include Make.dep