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
d69adc19
Commit
d69adc19
authored
Oct 04, 2013
by
Damien
Browse files
Small fixes to Makefile.
parent
429d7194
Changes
1
Hide whitespace changes
Inline
Side-by-side
py/Makefile
View file @
d69adc19
...
...
@@ -15,7 +15,7 @@ SRC = \
emitcpy.c
\
emitbc.c
\
asmx64.c
\
emitx64
v2
.c
\
emitx64.c
\
emitthumb.c
\
asmthumb.c
\
runtime.c
\
...
...
@@ -23,7 +23,6 @@ SRC = \
main.c
\
SRC_ASM
=
\
runtime1.s
\
OBJ
=
$(SRC:.c=.o)
$(SRC_ASM:.s=.o)
LIB
=
...
...
@@ -43,7 +42,6 @@ compile.o: grammar.h
emitcpy.o
:
emit.h
emitbc.o
:
emit.h
emitx64.o
:
emit.h
emitx64v2.o
:
emit.h
emitthumb.o
:
emit.h
clean
:
...
...
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