Merge pull request #501 from dhylands/fix-gen-fail
Remove generated .h file if the generation process fails.
This commit is contained in:
commit
8865b22b51
|
@ -54,4 +54,6 @@ STRIP = $(CROSS_COMPILE)strip
|
|||
all:
|
||||
.PHONY: all
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
|
||||
MKENV_INCLUDED = 1
|
||||
|
|
Loading…
Reference in New Issue