about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2023-10-03 10:36:21 +0200
committerGitHub <noreply@github.com>2023-10-03 10:36:21 +0200
commitd09950f4bb98431576b872436f0fbf773ab895db (patch)
tree227f6d6086215f5091743d69d778f0e3c27b7a94 /GNUmakefile
parent1c582b6aeec034b2c0ef650abd35352df7d78fa7 (diff)
parent63100d2012038ce67bdf20b624c8c53afd4b99c7 (diff)
downloadafl++-d09950f4bb98431576b872436f0fbf773ab895db.tar.gz
Merge pull request #1880 from AFLplusplus/dev
push to stable
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index fadf20bd..5fd37147 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 afl-cc
+SH_PROGS    = afl-plot afl-cmin afl-cmin.bash afl-whatsup afl-addseeds afl-system-config afl-persistent-config afl-cc
 MANPAGES=$(foreach p, $(PROGS) $(SH_PROGS), $(p).8) afl-as.8
 ASAN_OPTIONS=detect_leaks=0