From: Jérémie Astor Date: Thu, 21 May 2020 22:19:05 +0000 (+0200) Subject: :wrench: Afl target X-Git-Tag: nightly~1528 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b394d8237310009a9125f64c221f25fc5c94d6e7;p=gwion.git :wrench: Afl target --- diff --git a/Makefile b/Makefile index 374a9b55..5fe28f58 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ afl: gwion-fuzz gwion-fuzz: @touch src/parse/{scan*.c,check.c} src/emit/emit.c src/main.c @+PRG=gwion-fuzz CC=afl-clang-fast CFLAGS=-D__FUZZING__ make - @touch src/parse/{scan*.c,check.c} src/emit/emit.c src/main.c afl + @touch src/parse/{scan*.c,check.c} src/emit/emit.c src/main.c clean_core: @rm -f core.* *vgcore.*