From 4235e4d7a9a3eb87afff85f9bb1d0d9ec9155859 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 16 Apr 2021 21:30:42 +0200 Subject: [PATCH] :wrench: Update termcolor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c6a5047..33b2550e 100644 --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ libcmdapp/libcmdapp.a: @+${MAKE} -s -C libcmdapp static ast/libprettyerr/libprettyerr.a: - @+CFLAGS=-I$(shell pwd)/util/libtermcolor/src ${MAKE} -s -C ast/libprettyerr static + @+CFLAGS=-I$(shell pwd)/util/libtermcolor/include ${MAKE} -s -C ast/libprettyerr static ast: ast/libgwion_ast.a @(info build ast) -- 2.43.0