diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-10-11 14:25:23 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-10-11 14:25:23 +0200 |
commit | efbbad04bc093a133ca2aa5a462de0d37b04f929 (patch) | |
tree | 8dc39bee70cd40a03e844b47303528bc63ffbe24 /Makefile | |
parent | 0c5a5a94dab6d19192946f0a57d920628823ece1 (diff) |
Added COFF, Intel ASM
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |