]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: remove cdoc target [skip ci]
authorJérémie Astor <fennecdjay@gmail.com>
Sat, 15 May 2021 00:23:51 +0000 (02:23 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Sat, 15 May 2021 00:23:51 +0000 (02:23 +0200)
Makefile

index 3efafecd9c80259370bfe5e734f264bcc71545b7..42d7f34527abe262c99d739a0bd8f8b1eb37208d 100644 (file)
--- 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}