From e28a45b12cf87d9080315bca66d1f06e004f844b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Thu, 26 Aug 2021 14:21:05 +0200 Subject: [PATCH] :bug: Improve 'update' target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78659b0d..7ee29152 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ clean-all: clean update: clean-all git pull git submodule update --recursive --init - make + CFLAGS= ${MAKE} clean: clean_core $(info cleaning ...) -- 2.43.0