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:
parent
b0bbd8c7c2
commit
693b648288
@ -127,10 +127,11 @@ depend: .depend
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f nuttx.rel libarch$(LIBEXT) *~ .*.swp
|
@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)
|
$(call CLEAN)
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
@rm -f Make.dep .depend
|
@rm -f Make.dep .depend
|
||||||
|
@rm -rf GNU
|
||||||
|
|
||||||
-include Make.dep
|
-include Make.dep
|
||||||
|
Loading…
Reference in New Issue
Block a user