diff options
author | Dave Hylands <dhylands@gmail.com> | 2014-04-16 08:09:59 -0700 |
---|---|---|
committer | Dave Hylands <dhylands@gmail.com> | 2014-04-16 11:36:44 -0700 |
commit | 1a797edd3bfd94387b2f4c88ee9ed79d9c2172de (patch) | |
tree | 5e46431fe1570196c28d99b6dfab097992fd3db7 /py | |
parent | 3b108e76996ed2e159895a606d652983022680a6 (diff) | |
download | micropython-1a797edd3bfd94387b2f4c88ee9ed79d9c2172de.tar.gz micropython-1a797edd3bfd94387b2f4c88ee9ed79d9c2172de.zip |
Have make remove targets if a recipie fails.
Diffstat (limited to 'py')
-rw-r--r-- | py/mkenv.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/mkenv.mk b/py/mkenv.mk index 8ae54f06bb..4bc71edd78 100644 --- a/py/mkenv.mk +++ b/py/mkenv.mk @@ -54,4 +54,6 @@ STRIP = $(CROSS_COMPILE)strip all: .PHONY: all +.DELETE_ON_ERROR: + MKENV_INCLUDED = 1 |