diff options
author | vanhauser-thc <vh@thc.org> | 2021-10-17 20:49:19 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-10-17 20:49:19 +0200 |
commit | efda11024016c70fb00e85661e6aa42506f81557 (patch) | |
tree | 1d16f230fd27260cb48e7a459f1bf7b09685da4a | |
parent | 462149de642451024199557c7a7bb7ea76e5b8fa (diff) | |
download | afl++-efda11024016c70fb00e85661e6aa42506f81557.tar.gz |
fix
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0a6f3950..f5d35c0c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -32,7 +32,7 @@ VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f # PROGS intentionally omit afl-as, which gets installed elsewhere. PROGS = afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze -SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-system-config afl-persistent-config +SH_PROGS = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-system-config afl-persistent-config afl-cc MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8 ASAN_OPTIONS=detect_leaks=0 |