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
a45b042e
Commit
a45b042e
authored
Jan 13, 2015
by
Damien George
Browse files
minimal/Makefile: Remove unnecessary -I of py/ dir.
parent
f41df1e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
minimal/Makefile
View file @
a45b042e
...
...
@@ -15,7 +15,7 @@ endif
INC
=
-I
.
INC
+=
-I
..
INC
+=
-I
../lib/mp-readline
INC
+=
-I
$(PY_SRC)
-I
../stmhal
INC
+=
-I
../stmhal
INC
+=
-I
$(BUILD)
ifeq
($(CROSS), 1)
...
...
Write
Preview
Supports
Markdown
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