diff options
author | Daniel Jour <d.jour@steiner.de> | 2022-08-02 21:39:02 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-08-11 13:29:44 +1000 |
commit | b2e82402688b53829f37475583231b067b9faea7 (patch) | |
tree | feee79b8890dea9092fd0cb9b685cfcbe640cdeb /docs/esp32/tutorial/intro.rst | |
parent | 5cfbf18d5fb70a907984781b3ac01aa5c27148be (diff) |
py/mkrules.mk: Keep all build artefacts inside $(BUILD) directory.
The rules for lib (static library with name $(LIBMICROPYTHON)) and the
default rule to build a binary (name $(PROG)) produced outputs in the
current working directory. Change this to build these files in the build
directory.
Note: An empty BUILD variable can cause issues (references to the root
directory); this is not addressed by this commit due to multiple other
places having the same issue.
Diffstat (limited to 'docs/esp32/tutorial/intro.rst')
0 files changed, 0 insertions, 0 deletions