mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Application.mk: Add the .PRECIOUS target to prevent libapps.a from being deleted when the make is interrupted.
This commit is contained in:
parent
a063227e58
commit
4e5a2ad18c
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ VPATH =
|
|||
|
||||
all: .built
|
||||
.PHONY: clean preconfig depend distclean
|
||||
.PRECIOUS: $(BIN)
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue