From 98028fb7c88c4bde1922f54f6b9f2a905a90fd5d Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Sun, 3 Jul 2022 19:10:59 +0200 Subject: [PATCH] :wrench: do not --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 473aadd5..9d631d84 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 - @+CFLAGS="-I$(shell pwd)/util/libtermcolor/include -I$(shell pwd)/ast/libprettyerr/include" ${MAKE} -s -C fmt + @+${MAKE} -s -C fmt libfmt.a ast/libprettyerr/libprettyerr.a: @+CFLAGS=-I$(shell pwd)/util/libtermcolor/include ${MAKE} -s -C ast/libprettyerr static -- 2.43.0