From 97ca216a5652542140a7bfd1baff93a619c77a67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 14 Mar 2021 18:57:43 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5b062a80..8385c170 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ libcmdapp/libcmdapp.a: @+${MAKE} -s -C libcmdapp static ast/libprettyerr/libprettyerr.a: - @+CFLAGS=-I${PWD}/util/libtermcolor/src ${MAKE} -s -C ast/libprettyerr static + @+CFLAGS=-I$(shell pwd)/util/libtermcolor/src ${MAKE} -s -C ast/libprettyerr static ast: ast/libgwion_ast.a @(info build ast) -- 2.43.0