From 7ca8329840a40e7e7909e4821b166c0ff531f52f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Tue, 3 Apr 2018 12:23:50 +0200 Subject: [PATCH] Modify Makefile accordingly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 144e332..aa08161 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ LIB_DIR=lib TARGET=$(LIB_DIR)/libdwarfinterpret.so -SRC=src/DwarfInterpret.cpp +SRC=src/DwarfInterpret.cpp src/MemoryMap.cpp INCLUDE_DIR=include