summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-06 13:42:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-06 13:42:34 -0600
commit33e2baf8bd93ce2326aa697e1dca0f6aad7ca85f (patch)
treee4b331ff7146e0f3b1b8a00a7c16ec79654372aa /apps/Makefile
parent758b4f7053e8ed4d614fdd7eb8ea5d23c74304d3 (diff)
downloadnuttx-33e2baf8bd93ce2326aa697e1dca0f6aad7ca85f.tar.gz
nuttx-33e2baf8bd93ce2326aa697e1dca0f6aad7ca85f.tar.bz2
nuttx-33e2baf8bd93ce2326aa697e1dca0f6aad7ca85f.zip
apps/bin should be removed on clean
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 2797bcccc..fc04a8878 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -153,6 +153,7 @@ depend: .depend
clean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_clean)
$(call DELFILE, $(BIN))
+ $(call DELDIR, $(BIN_DIR))
$(call CLEAN)
distclean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_distclean)