diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -47,8 +47,11 @@ endif PROGSRC=\ asm/assembler.cpp \ asm/chunk.cpp \ - asm/segment.cpp \ + asm/intel64/int.cpp \ asm/intel64/nop.cpp \ + asm/intel64/ret.cpp \ + asm/operators.cpp \ + asm/segment.cpp \ bnf.cpp \ cpp.cpp \ cppbnf.cpp \ @@ -57,7 +60,6 @@ PROGSRC=\ elf.cpp \ file.cpp \ grammer.cpp \ - intel.cpp \ lexer.cpp \ minicc.cpp \ @@ -68,6 +70,7 @@ TESTSRC=\ test-grammer.cpp \ test-lexer.cpp \ test-minicc.cpp \ + test-asm.cpp \ googlemock/src/gmock-all.cpp \ googletest/src/gtest-all.cpp \ $(PROGSRC) |