summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5971b19..463598f 100644
--- a/Makefile
+++ b/Makefile
@@ -47,8 +47,11 @@ endif
PROGSRC=\
asm/assembler.cpp \
asm/chunk.cpp \
- asm/segment.cpp \
+ asm/intel64/int.cpp \
asm/intel64/nop.cpp \
+ asm/intel64/ret.cpp \
+ asm/operators.cpp \
+ asm/segment.cpp \
bnf.cpp \
cpp.cpp \
cppbnf.cpp \
@@ -57,7 +60,6 @@ PROGSRC=\
elf.cpp \
file.cpp \
grammer.cpp \
- intel.cpp \
lexer.cpp \
minicc.cpp \
@@ -68,6 +70,7 @@ TESTSRC=\
test-grammer.cpp \
test-lexer.cpp \
test-minicc.cpp \
+ test-asm.cpp \
googlemock/src/gmock-all.cpp \
googletest/src/gtest-all.cpp \
$(PROGSRC)