mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix clean target
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@844 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -127,10 +127,11 @@ depend: .depend
|
||||
|
||||
clean:
|
||||
@rm -f nuttx.rel libarch$(LIBEXT) *~ .*.swp
|
||||
@rm -f nuttx.rel Linux-names.dat Cygwin-names.dat
|
||||
@rm -f nuttx.rel GNU/Linux-names.dat Cygwin-names.dat
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
@rm -f Make.dep .depend
|
||||
@rm -rf GNU
|
||||
|
||||
-include Make.dep
|
||||
|
||||
Reference in New Issue
Block a user