diff options
author | van Hauser <vh@thc.org> | 2019-06-04 11:00:51 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-06-04 11:00:51 +0200 |
commit | 8b29c34027537596953343cace817fdabaad250f (patch) | |
tree | baea17722797e84ffe63b01c92bbe4cdfb8ab844 | |
parent | 8cf91250976edafb0475a6d25091443d6b0f274b (diff) | |
download | afl++-8b29c34027537596953343cace817fdabaad250f.tar.gz |
fixed typo in Makefile
-rw-r--r-- | Makefile | 2 |
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 \ |