summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-25 12:23:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-25 12:23:07 +0000
commitc3fe8b3e2e50b93b746bc5625d6d62461d16db7d (patch)
tree2ace8b7b063a44a0b3f3bc641841c5fb13b0bfb5 /misc
parent1b12da7db2cee7e7a32c96ff8da2a30f22c139cd (diff)
downloadnuttx-c3fe8b3e2e50b93b746bc5625d6d62461d16db7d.tar.gz
nuttx-c3fe8b3e2e50b93b746bc5625d6d62461d16db7d.tar.bz2
nuttx-c3fe8b3e2e50b93b746bc5625d6d62461d16db7d.zip
Need to remove .exe files on clean for Cygwin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2886 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/toolchain/nxflat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/buildroot/toolchain/nxflat/Makefile b/misc/buildroot/toolchain/nxflat/Makefile
index 416cd1a48..fd9932f0a 100644
--- a/misc/buildroot/toolchain/nxflat/Makefile
+++ b/misc/buildroot/toolchain/nxflat/Makefile
@@ -70,5 +70,5 @@ readnxflat: arch $(READNXFLAT_OBJS) arch/libarch.a
clean:
-$(MAKE) -C arch clean
- rm -f *.o $(BIN) arch *~ .*.swp
+ rm -f *.o $(BIN) arch *.exe *~ .*.swp