mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Makefile: Remove make depend files by make distclean
Intermediate files of make depend like .ddc and .dds may remain when make is interrupted. Remove them using make distclean. Signed-off-by: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com>
This commit is contained in:
parent
56112efbd3
commit
72b67832ea
35 changed files with 35 additions and 0 deletions
|
|
@ -63,6 +63,7 @@ clean:
|
|||
$(call CLEAN)
|
||||
|
||||
distclean: clean
|
||||
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
|
||||
$(call DELFILE, Make.dep)
|
||||
$(call DELFILE, .depend)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue