diff options
author | van Hauser <vh@thc.org> | 2020-08-16 14:14:24 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-16 14:14:24 +0200 |
commit | 9532499ef5280ae4c7aa3d189dd7a924a38e8358 (patch) | |
tree | a58da1d2ed34cef4020c1fccbd70c4679d7e59fb /examples/aflpp_driver/GNUmakefile | |
parent | 1d56de6c1d24e6ed24bf7193df18110da753c6b2 (diff) | |
download | afl++-9532499ef5280ae4c7aa3d189dd7a924a38e8358.tar.gz |
install libafldrivers
Diffstat (limited to 'examples/aflpp_driver/GNUmakefile')
-rw-r--r-- | examples/aflpp_driver/GNUmakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/aflpp_driver/GNUmakefile b/examples/aflpp_driver/GNUmakefile index b118a8b5..57e74be7 100644 --- a/examples/aflpp_driver/GNUmakefile +++ b/examples/aflpp_driver/GNUmakefile @@ -16,6 +16,7 @@ aflpp_driver.o: aflpp_driver.c libAFLDriver.a: aflpp_driver.o ar ru libAFLDriver.a aflpp_driver.o + cp -vf libAFLDriver.a ../../ debug: $(LLVM_BINDIR)clang -Wno-deprecated -I../../include $(CFLAGS) -D_DEBUG=\"1\" -c -o afl-performance.o ../../src/afl-performance.c @@ -29,6 +30,7 @@ aflpp_qemu_driver.o: aflpp_qemu_driver.c libAFLQemuDriver.a: aflpp_qemu_driver.o ar ru libAFLQemuDriver.a aflpp_qemu_driver.o + cp -vf libAFLQemuDriver.a ../../ aflpp_qemu_driver_hook.so: aflpp_qemu_driver_hook.o $(LLVM_BINDIR)clang -shared aflpp_qemu_driver_hook.o -o aflpp_qemu_driver_hook.so |