mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/bin should be removed on clean
This commit is contained in:
parent
181b75301f
commit
1c0635604a
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -153,6 +153,7 @@ depend: .depend
|
|||
|
||||
clean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_clean)
|
||||
$(call DELFILE, $(BIN))
|
||||
$(call DELDIR, $(BIN_DIR))
|
||||
$(call CLEAN)
|
||||
|
||||
distclean: $(foreach SDIR, $(SUBDIRS), $(SDIR)_distclean)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue