]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Afl target
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 21 May 2020 22:19:05 +0000 (00:19 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Thu, 21 May 2020 22:19:05 +0000 (00:19 +0200)
Makefile

index 374a9b5503f3e676e2145b35d5898eeb78f18f24..5fe28f582fe3a788d98869bfd94f166eb256f1ed 100644 (file)
--- 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.*