Application.mk: Add the .PRECIOUS target to prevent libapps.a from being deleted when the make is interrupted.

This commit is contained in:
Gregory Nutt 2017-08-12 12:21:37 -06:00
parent a063227e58
commit 4e5a2ad18c

View File

@ -70,6 +70,7 @@ VPATH =
all: .built
.PHONY: clean preconfig depend distclean
.PRECIOUS: $(BIN)
$(AOBJS): %$(OBJEXT): %.S
$(call ASSEMBLE, $<, $@)