summaryrefslogtreecommitdiff
path: root/apps/examples/mount/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/mount/Makefile')
-rw-r--r--apps/examples/mount/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/examples/mount/Makefile b/apps/examples/mount/Makefile
index d244852d0..becc6670b 100644
--- a/apps/examples/mount/Makefile
+++ b/apps/examples/mount/Makefile
@@ -86,10 +86,11 @@ 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