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
@ -70,6 +70,7 @@ VPATH =
|
||||
|
||||
all: .built
|
||||
.PHONY: clean preconfig depend distclean
|
||||
.PRECIOUS: $(BIN)
|
||||
|
||||
$(AOBJS): %$(OBJEXT): %.S
|
||||
$(call ASSEMBLE, $<, $@)
|
||||
|
Loading…
Reference in New Issue
Block a user