summaryrefslogtreecommitdiff
path: root/nuttx/examples/udp
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/udp')
-rw-r--r--nuttx/examples/udp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/examples/udp/Makefile b/nuttx/examples/udp/Makefile
index 1d3e67590..a4d4fdd5e 100644
--- a/nuttx/examples/udp/Makefile
+++ b/nuttx/examples/udp/Makefile
@@ -95,9 +95,10 @@ $(HOST_BIN): $(HOST_OBJS)
depend: .depend
clean:
- rm -f $(TARG_BIN) $(HOST_BIN) *.o *.obj *.rel *.asm *.lst *.sym *.adb *~
+ @rm -f $(TARG_BIN) $(HOST_BIN) *~ .*.swp
+ $(call CLEAN)
distclean: clean
- rm -f Make.dep .depend
+ @rm -f Make.dep .depend
-include Make.dep