From f86999e137f43372236f2dccd1fe3572a85c0dcd Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 17 Oct 2020 14:16:46 +0200 Subject: Separate-out assembler --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 \ -- cgit v1.2.3