From a1dc73241473156178009d5132b76e4307bb1664 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Sat, 8 Feb 2020 09:53:25 +0100 Subject: various fixes and changes --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d029936..305e0a1 100644 --- a/Makefile +++ b/Makefile @@ -31,11 +31,7 @@ CFLAGS = -Wall -O3 -g -std=gnu99 all: afl-dyninst libAflDyninst.so afl-dyninst: afl-dyninst.o - $(CXX) $(CXXFLAGS) -L$(DYNINST_ROOT)/lib \ - -L$(DEPS_ROOT)/lib \ - -o afl-dyninst afl-dyninst.o \ - $(DYNINST_OPT) \ - -ldyninstAPI + $(CXX) $(CXXFLAGS) -L$(DYNINST_ROOT)/lib -L$(DEPS_ROOT)/lib -o afl-dyninst afl-dyninst.o $(DYNINST_OPT) -ldyninstAPI libAflDyninst.so: libAflDyninst.cpp $(CXX) -O3 -std=c++11 $(LIBFLAGS) -I$(AFL_ROOT) -I$(DYNINST_ROOT)/include -I$(DEPS_ROOT)/include libAflDyninst.cpp -o libAflDyninst.so -- cgit 1.4.1