From: Jérémie Astor Date: Sat, 15 May 2021 00:23:51 +0000 (+0200) Subject: :wrench: remove cdoc target [skip ci] X-Git-Tag: nightly~662 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=25622614d1b8a2c65064ca5460b079bd482e82ba;p=gwion.git :wrench: remove cdoc target [skip ci] --- diff --git a/Makefile b/Makefile index 3efafecd..42d7f345 100644 --- a/Makefile +++ b/Makefile @@ -94,9 +94,6 @@ ast: ast/libgwion_ast.a afl: gwion-fuzz -gwcdoc: - @+LDFLAGS="-L../gwion-fmt/ -lgwfmt" CFLAGS="-I../gwion-fmt/include -DGWION_DOC" ${MAKE} PRG=gwcdoc all - 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}