From efbbad04bc093a133ca2aa5a462de0d37b04f929 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 11 Oct 2020 14:25:23 +0200 Subject: Added COFF, Intel ASM --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3