From: Jérémie Astor Date: Sat, 1 May 2021 23:12:47 +0000 (+0200) Subject: :art: Update Makefile X-Git-Tag: nightly~698 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=acde8d94c278da9a71372711781b8ca55da43e2a;p=gwion.git :art: Update Makefile --- diff --git a/Makefile b/Makefile index 2cd612c6..a3797bcb 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ ast: ast/libgwion_ast.a afl: gwion-fuzz gwcdoc: - @+LDFLAGS="-L../fmt/ -lgwfmt" CFLAGS="-I../fmt/include -DGWION_DOC" ${MAKE} PRG=gwcdoc all + @+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