summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be048c4..e02d92d 100644
--- a/Makefile
+++ b/Makefile
@@ -48,10 +48,13 @@ PROGSRC=\
asm/assembler.cpp \
asm/chunk.cpp \
asm/intel64/add.cpp \
+ asm/intel64/dec.cpp \
asm/intel64/inc.cpp \
+ asm/intel64/imul.cpp \
asm/intel64/int.cpp \
asm/intel64/jmp.cpp \
asm/intel64/mov.cpp \
+ asm/intel64/mul.cpp \
asm/intel64/nop.cpp \
asm/intel64/ret.cpp \
asm/intel64/xor.cpp \