Skip to content
Snippets Groups Projects
Commit 8b29c340 authored by van Hauser's avatar van Hauser
Browse files

fixed typo in Makefile

parent 8cf91250
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ MISC_PATH = $(PREFIX)/share/afl ...@@ -25,7 +25,7 @@ MISC_PATH = $(PREFIX)/share/afl
# PROGS intentionally omit afl-as, which gets installed elsewhere. # PROGS intentionally omit afl-as, which gets installed elsewhere.
PROGS = afl-gcc afl-fuzz afl-showmap afl-tmin afl-gotcpu afl-analyze 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 ?= -O3 -funroll-loops
CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign \ CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment