From 8f78844e3bf5cbf0f4d2d13b662657bcb172cf8d Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 3 Jul 2022 19:07:34 +0200 Subject: [PATCH] :wrench: build gwfmt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d569e83b..473aadd5 100644 --- a/Makefile +++ b/Makefile @@ -104,7 +104,7 @@ libcmdapp/libcmdapp.a: @+CFLAGS=-I$(shell pwd)/util/libtermcolor/include ${MAKE} -s -C libcmdapp static fmt/libgwion-fmt.a: ast/libgwion_ast.a - @+${MAKE} -s -C fmt + @+CFLAGS="-I$(shell pwd)/util/libtermcolor/include -I$(shell pwd)/ast/libprettyerr/include" ${MAKE} -s -C fmt ast/libprettyerr/libprettyerr.a: @+CFLAGS=-I$(shell pwd)/util/libtermcolor/include ${MAKE} -s -C ast/libprettyerr static -- 2.43.0