aboutsummaryrefslogtreecommitdiff
path: root/examples/aflpp_driver
diff options
context:
space:
mode:
Diffstat (limited to 'examples/aflpp_driver')
-rw-r--r--examples/aflpp_driver/GNUmakefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/examples/aflpp_driver/GNUmakefile b/examples/aflpp_driver/GNUmakefile
index fca3fd2c..a681d2cf 100644
--- a/examples/aflpp_driver/GNUmakefile
+++ b/examples/aflpp_driver/GNUmakefile
@@ -9,19 +9,13 @@ endif
FLAGS=-O3 -funroll-loops
-all: libAFLDriver.a libAFLDriver2.a
+all: libAFLDriver.a
aflpp_driver.o: aflpp_driver.cpp
$(LLVM_BINDIR)clang++ $(FLAGS) -stdlib=libc++ -funroll-loops -std=c++11 -c aflpp_driver.cpp
-afl-llvm-rt.o: ../../llvm_mode/afl-llvm-rt.o.c
- $(LLVM_BINDIR)clang $(FLAGS) -I../../include -c -o afl-llvm-rt.o ../../llvm_mode/afl-llvm-rt.o.c
-
libAFLDriver.a: aflpp_driver.o
ar ru libAFLDriver.a aflpp_driver.o
-libAFLDriver2.a: aflpp_driver.o afl-llvm-rt.o
- ar ru libAFLDriver2.a aflpp_driver.o afl-llvm-rt.o
-
clean:
rm -f *.o libAFLDriver*.a *~ core