Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
338f0849
Commit
338f0849
authored
May 19, 2017
by
Damien George
Browse files
py/mkenv.mk: Use $(TOP) instead of ".." to reference tools, mpy-cross.
parent
436d97b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/mkenv.mk
View file @
338f0849
...
...
@@ -58,9 +58,9 @@ CXX += -m32
LD
+=
-m32
endif
MAKE_FROZEN
=
..
/tools/make-frozen.py
MPY_CROSS
=
..
/mpy-cross/mpy-cross
MPY_TOOL
=
..
/tools/mpy-tool.py
MAKE_FROZEN
=
$(TOP)
/tools/make-frozen.py
MPY_CROSS
=
$(TOP)
/mpy-cross/mpy-cross
MPY_TOOL
=
$(TOP)
/tools/mpy-tool.py
all
:
.PHONY
:
all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment