diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-03-28 11:05:54 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-03-28 11:05:54 +0100 |
commit | 7fdcbd50a35c17e8ea7d88fbcaa3080ee44351b3 (patch) | |
tree | c105e7b01c5e1a3c467a5c4de134bf716e19b0b9 /Makefile | |
parent | 02d391df5cb7a9cefcd6fec62c4392a8557b5dc8 (diff) |
Prepare ELF file format implementation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ SRC=\ test-lexer.cpp \ minicc.cpp \ test-minicc.cpp \ + elf.cpp \ + test-elf.cpp \ googletest/src/gtest-all.cpp \ googlemock/src/gmock-all.cpp |