mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08: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:
@@ -267,6 +267,7 @@ clean:
|
||||
distclean: clean
|
||||
$(call DELDIR, bin)
|
||||
$(call DELDIR, kbin)
|
||||
$(call DELFILE, $(CSRCS:.c=.ddc) $(ASRCS:.S=.dds))
|
||||
$(call DELFILE, .depend)
|
||||
$(Q) $(MAKE) -C nxfonts -f Makefile.sources distclean EXTRAFLAGS="$(EXTRAFLAGS)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user