Skip to content
Snippets Groups Projects
Commit d69adc19 authored by Damien's avatar Damien
Browse files

Small fixes to Makefile.

parent 429d7194
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ SRC = \
emitcpy.c \
emitbc.c \
asmx64.c \
emitx64v2.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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment