From dd37da7e90c45aa15e6adbb37904a86654b19e96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 12:07:51 +0100 Subject: [PATCH] :art: pPdate --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c71769a1..fc322b56 100644 --- a/Makefile +++ b/Makefile @@ -65,13 +65,13 @@ libgwion.a: ${lib_obj} @${AR} ${AR_OPT} util/libgwion_util.a: - @+make -C util + @+GWION_PACKAGE= make -s -C util util: util/libgwion_util.a @(info build util) astlib: - @+make -s -C ast + @+GWION_PACKAGE= make -s -C ast ast: ast/libgwion_ast.a @(info build ast) -- 2.43.0