diff options
author | Damien George <damien.p.george@gmail.com> | 2014-04-17 17:11:58 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-04-17 17:11:58 +0100 |
commit | 5f82b50324d83f963995a6c994eb73435b9660ba (patch) | |
tree | dd0914842a2bc14b39c085a219597187d4a672cd /py | |
parent | dbdfee15a1839858b4d12f352b2e34597e6e76e9 (diff) | |
parent | f200c30d53f7fa0239e4ef48ffcbfcad5cf5406f (diff) | |
download | micropython-5f82b50324d83f963995a6c994eb73435b9660ba.tar.gz micropython-5f82b50324d83f963995a6c994eb73435b9660ba.zip |
Merge branch 'master' of github.com:micropython/micropython
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 |