summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-10-11 14:25:23 +0200
committerRoland Reichwein <mail@reichwein.it>2020-10-11 14:25:23 +0200
commitefbbad04bc093a133ca2aa5a462de0d37b04f929 (patch)
tree8dc39bee70cd40a03e844b47303528bc63ffbe24 /Makefile
parent0c5a5a94dab6d19192946f0a57d920628823ece1 (diff)
Added COFF, Intel ASM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9645144..e907b75 100644
--- a/Makefile
+++ b/Makefile
@@ -48,10 +48,12 @@ PROGSRC=\
bnf.cpp \
cpp.cpp \
cppbnf.cpp \
+ coff.cpp \
debug.cpp \
elf.cpp \
file.cpp \
grammer.cpp \
+ intel.cpp \
lexer.cpp \
minicc.cpp \