Fix clean target error

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2003 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-08-01 23:42:07 +00:00
parent 2ae1a0c1d6
commit 6afa5ccf72
1 changed files with 1 additions and 1 deletions

View File

@ -99,6 +99,6 @@ $(SYMTAB): build
clean: $(foreach DIR, $(SUBDIRS), $(DIR)_clean)
@rm -f $(ROMFS_HDR) $(ROMFS_IMG) $(SYMTAB)
@rm -rf $(ROMFS_DIR)
@rm *~ .*.swp
@rm -f *~ .*.swp