Have make remove targets if a recipie fails.

store-consts
Dave Hylands 2014-04-16 08:09:59 -07:00
parent 3b108e7699
commit 1a797edd3b
1 changed files with 2 additions and 0 deletions

View File

@ -54,4 +54,6 @@ STRIP = $(CROSS_COMPILE)strip
all:
.PHONY: all
.DELETE_ON_ERROR:
MKENV_INCLUDED = 1