diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 \ |