summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 463598f..e406833 100644
--- a/Makefile
+++ b/Makefile
@@ -47,9 +47,11 @@ endif
PROGSRC=\
asm/assembler.cpp \
asm/chunk.cpp \
+ asm/intel64/add.cpp \
asm/intel64/int.cpp \
asm/intel64/nop.cpp \
asm/intel64/ret.cpp \
+ asm/intel64/codes.cpp \
asm/operators.cpp \
asm/segment.cpp \
bnf.cpp \