summaryrefslogtreecommitdiff
path: root/nuttx/libxx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libxx/Makefile')
-rw-r--r--nuttx/libxx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/libxx/Makefile b/nuttx/libxx/Makefile
index 6093ad490..cc5578427 100644
--- a/nuttx/libxx/Makefile
+++ b/nuttx/libxx/Makefile
@@ -105,10 +105,11 @@ $(BIN): $(OBJS)
depend: .depend
clean:
- $(Q) rm -f $(BIN) *~ .*.swp
+ $(call DELFILE $(BIN))
$(call CLEAN)
distclean: clean
- $(Q) rm -f Make.dep .depend
+ $(call DELFILE Make.dep)
+ $(call DELFILE .depend)
-include Make.dep