about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-06-04 11:00:51 +0200
committervan Hauser <vh@thc.org>2019-06-04 11:00:51 +0200
commit8b29c34027537596953343cace817fdabaad250f (patch)
treebaea17722797e84ffe63b01c92bbe4cdfb8ab844
parent8cf91250976edafb0475a6d25091443d6b0f274b (diff)
downloadafl++-8b29c34027537596953343cace817fdabaad250f.tar.gz
fixed typo in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9b539f82..d05cd76c 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ MISC_PATH   = $(PREFIX)/share/afl
 # PROGS intentionally omit afl-as, which gets installed elsewhere.
 
 PROGS       = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze
-SH_PROGS    = afl-plot afl-cmin afl-whatsup alf-system-config
+SH_PROGS    = afl-plot afl-cmin afl-whatsup afl-system-config
 
 CFLAGS     ?= -O3 -funroll-loops
 CFLAGS     += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign \