summaryrefslogtreecommitdiff
path: root/apps/examples/udp
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-30 15:24:22 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-30 15:24:22 -0600
commit622591fb019b38e7e3daeaee079e26d9ca27394f (patch)
treea79cc8318d8639b11fde9dc3d3591198d58efe4e /apps/examples/udp
parent1bc74b1308d24b6a9c7a58421f0cb89fbd593da6 (diff)
downloadnuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.tar.gz
nuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.tar.bz2
nuttx-622591fb019b38e7e3daeaee079e26d9ca27394f.zip
The Makefile in every directory that can generate a .dSYM should also clean .dSYM files
Diffstat (limited to 'apps/examples/udp')
-rw-r--r--apps/examples/udp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 9c35cc94f..118c42307 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -119,6 +119,7 @@ clean:
$(call DELFILE, .built)
$(call DELFILE, $(TARG_BIN))
$(call DELFILE, $(HOST_BIN))
+ $(call DELFILE, *.dSYM)
$(call CLEAN)
distclean: clean