summaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-29 01:43:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-29 01:43:51 +0000
commit8c25ac6383b32cb9fe09fde69bb15975d3a98b36 (patch)
treeee8ea05eeb60f4da367dd52ec056603755056fc3 /apps/Makefile
parent05738115218b3090bce9e5e3e279e0a9f5df194d (diff)
downloadnuttx-8c25ac6383b32cb9fe09fde69bb15975d3a98b36.tar.gz
nuttx-8c25ac6383b32cb9fe09fde69bb15975d3a98b36.tar.bz2
nuttx-8c25ac6383b32cb9fe09fde69bb15975d3a98b36.zip
A little more cleanup after the big STMPE11->811 name change
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4783 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 2a0008e1b..86e973441 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -157,7 +157,7 @@ clean:
@rm -f $(BIN) *~ .*.swp *.o
$(call CLEAN)
-distclean: clean
+distclean: # clean
@for dir in $(SUBDIRS) ; do \
$(MAKE) -C $$dir distclean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)"; \
done