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