diff options
author | van Hauser <vh@thc.org> | 2020-02-07 21:48:44 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-07 21:48:44 +0100 |
commit | daddc92b4a5b3d9a30255615908e643365f64f53 (patch) | |
tree | 4e5f258bf1dd547c421670965f0928adde519fb1 /Makefile | |
parent | 7c578962358be549868aaf9fbb12e4c03701a880 (diff) | |
download | afl-dyninst-daddc92b4a5b3d9a30255615908e643365f64f53.tar.gz |
-l fix (first iteration)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index ca093f7..d029936 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ afl-dyninst: afl-dyninst.o -ldyninstAPI libAflDyninst.so: libAflDyninst.cpp - $(CXX) -O3 -std=c++11 $(LIBFLAGS) -I$(AFL_ROOT) -I$(DEPS_ROOT)/include libAflDyninst.cpp -o libAflDyninst.so + $(CXX) -O3 -std=c++11 $(LIBFLAGS) -I$(AFL_ROOT) -I$(DYNINST_ROOT)/include -I$(DEPS_ROOT)/include libAflDyninst.cpp -o libAflDyninst.so afl-dyninst.o: afl-dyninst.cpp $(CXX) $(CXXFLAGS) $(DYNINST_OPT) -I$(DEPS_ROOT)/include -I$(DYNINST_ROOT)/include -c afl-dyninst.cpp |