diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-01-25 14:04:11 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-01-25 14:04:11 -0600 |
| commit | ebf0fe0a8cfc93546699879b13a87071ea942ce3 (patch) | |
| tree | 6c5be9f2558d449b5b5736386eb6e4028c69e683 /mpy-cross/Makefile.static | |
| parent | c2fd30364e5e1f93cf634e6e2af0613d3bd4b0be (diff) | |
mpy-cross: Make it easier to build mpy-cross static targets
Diffstat (limited to 'mpy-cross/Makefile.static')
| -rw-r--r-- | mpy-cross/Makefile.static | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mpy-cross/Makefile.static b/mpy-cross/Makefile.static new file mode 100644 index 000000000..ca0925f75 --- /dev/null +++ b/mpy-cross/Makefile.static @@ -0,0 +1,5 @@ +PROG=mpy-cross.static +BUILD=build-static +STATIC_BUILD=1 + +include mpy-cross.mk |
