Modify Makefile accordingly
This commit is contained in:
parent
13283d8e2a
commit
7ca8329840
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
LIB_DIR=lib
|
LIB_DIR=lib
|
||||||
TARGET=$(LIB_DIR)/libdwarfinterpret.so
|
TARGET=$(LIB_DIR)/libdwarfinterpret.so
|
||||||
SRC=src/DwarfInterpret.cpp
|
SRC=src/DwarfInterpret.cpp src/MemoryMap.cpp
|
||||||
|
|
||||||
INCLUDE_DIR=include
|
INCLUDE_DIR=include
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue