Skip to content

Commit 1a797ed

Browse files
committed
Have make remove targets if a recipie fails.
1 parent 3b108e7 commit 1a797ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

py/mkenv.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,6 @@ STRIP = $(CROSS_COMPILE)strip
5454
all:
5555
.PHONY: all
5656

57+
.DELETE_ON_ERROR:
58+
5759
MKENV_INCLUDED = 1

0 commit comments

Comments
 (0)