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