From 487410fc8579f469afb9246387a2a5bf12215c75 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 26 Nov 2019 20:17:54 +0100 Subject: [PATCH] :wrench: Improve Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 87ef2ce8..410cc852 100644 --- a/Makefile +++ b/Makefile @@ -62,16 +62,16 @@ options-show: @$(call _options) libgwion.a: ${lib_obj} - ${AR} ${AR_OPT} + @${AR} ${AR_OPT} util/libgwion_util.a: - @make -C util + @+make -C util util: util/libgwion_util.a @(info build util) astlib: - @make -s -C ast + @+make -s -C ast ast: ast/libgwion_ast.a @(info build ast) -- 2.43.0