aboutsummaryrefslogtreecommitdiff
path: root/examples/aflpp_driver
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-26 15:57:15 +0200
committervan Hauser <vh@thc.org>2020-05-26 15:57:15 +0200
commit9dd0b7c6de72100ceaf99bba3b0705f952b36de0 (patch)
tree2e34711cdc6e463c849432262892459aa59f156b /examples/aflpp_driver
parent1cae68dde32abf9c7fe83cb9a91890deba973834 (diff)
downloadafl++-9dd0b7c6de72100ceaf99bba3b0705f952b36de0.tar.gz
make examples better
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