summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e907b75..5971b19 100644
--- a/Makefile
+++ b/Makefile
@@ -45,6 +45,10 @@ LIBS+= \
endif
PROGSRC=\
+ asm/assembler.cpp \
+ asm/chunk.cpp \
+ asm/segment.cpp \
+ asm/intel64/nop.cpp \
bnf.cpp \
cpp.cpp \
cppbnf.cpp \