mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 13:49:08 +00:00
build: Remove staging folder in distclean
forgot in pr: https://github.com/apache/nuttx-apps/pull/1509 Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
99a8c5937c
commit
483e6bae27
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -203,5 +203,6 @@ distclean: $(foreach SDIR, $(CLEANDIRS), $(SDIR)_distclean)
|
|||
$(call DELFILE, $(BIN))
|
||||
$(call DELFILE, Kconfig)
|
||||
$(call DELDIR, $(BINDIR))
|
||||
$(call DELDIR, staging)
|
||||
$(call DELDIR, wasm)
|
||||
$(call CLEAN)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue