aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2019-10-18 18:01:33 +0200
committerhexcoder- <heiko@hexco.de>2019-10-18 18:01:33 +0200
commitb1822f26022c323e4b47198abbb7d5f5ea6a57e5 (patch)
treedc0e102cb46976311f6b5708148a21dca93b1a8a /Makefile
parentf4a74a3405d140e81111657ca28b994c5758286c (diff)
downloadAFLplusplus-b1822f26022c323e4b47198abbb7d5f5ea6a57e5.tar.gz
reintegrate gcc_plugin
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4c8cf402..8cf3d4fd 100644
--- a/Makefile
+++ b/Makefile
@@ -99,6 +99,7 @@ all: test_x86 test_shm test_python27 ready $(PROGS) afl-as test_build all_done
man: $(MANPAGES)
-$(MAKE) -C llvm_mode
+ -$(MAKE) -C gcc_plugin
tests: source-only
@cd test ; ./test.sh
@@ -252,6 +253,7 @@ clean:
rm -f $(PROGS) afl-as as afl-g++ afl-clang afl-clang++ *.o src/*.o *~ a.out core core.[1-9][0-9]* *.stackdump .test .test1 .test2 test-instr .test-instr0 .test-instr1 qemu_mode/qemu-3.1.1.tar.xz afl-qemu-trace afl-gcc-fast afl-gcc-pass.so afl-gcc-rt.o afl-g++-fast *.so unicorn_mode/24f55a7973278f20f0de21b904851d99d4716263.tar.gz *.8
rm -rf out_dir qemu_mode/qemu-3.1.1 unicorn_mode/unicorn *.dSYM */*.dSYM
-$(MAKE) -C llvm_mode clean
+ -$(MAKE) -C gcc_plugin clean
$(MAKE) -C libdislocator clean
$(MAKE) -C libtokencap clean
$(MAKE) -C qemu_mode/unsigaction clean
@@ -259,6 +261,7 @@ clean:
distrib: all
-$(MAKE) -C llvm_mode
+ -$(MAKE) -C gcc_plugin
$(MAKE) -C libdislocator
$(MAKE) -C libtokencap
cd qemu_mode && sh ./build_qemu_support.sh
@@ -272,6 +275,7 @@ binary-only: all
source-only: all
-$(MAKE) -C llvm_mode
+ -$(MAKE) -C gcc_plugin
$(MAKE) -C libdislocator
$(MAKE) -C libtokencap