diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-08-31 17:36:16 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-08-31 17:36:16 +0200 |
commit | 01fcee1190acbcb4d9c2d178ce09a631c233f2be (patch) | |
tree | 124d6c8a45c38d06e71d38aaaae8d55c87e8b681 | |
parent | 0805437222a360239e9e05bf4cfde033eefa550f (diff) | |
download | afl++-01fcee1190acbcb4d9c2d178ce09a631c233f2be.tar.gz |
fixed make install on mac os
-rw-r--r-- | GNUmakefile | 4 | ||||
m--------- | unicorn_mode/unicornafl | 0 |
2 files changed, 3 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index ba3a95a3..39283f4f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,6 @@ VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f PROGS = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-system-config MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8 afl-g++.8 -ASAN_OPTIONS=detect_leaks=0 ifeq "$(findstring android, $(shell $(CC) --version 2>/dev/null))" "" ifeq "$(shell echo 'int main() {return 0; }' | $(CC) $(CFLAGS) -Werror -x c - -flto=full -o .test 2>/dev/null && echo 1 || echo 0 ; rm -f .test )" "1" @@ -282,6 +281,9 @@ all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done man: afl-gcc all $(MANPAGES) +# dummy to get `make man` to compile on mac os +afl-g++.8: + tests: source-only @cd test ; ./test-all.sh @rm -f test/errors diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl -Subproject c21a5ebbbeb2dbaab84435642c4995206077824 +Subproject c6d6647161a32bae88785a618fcd828d1711d9e |