From: Jérémie Astor Date: Thu, 26 Aug 2021 12:21:05 +0000 (+0200) Subject: :bug: Improve 'update' target X-Git-Tag: nightly~470^2~40 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e28a45b12cf87d9080315bca66d1f06e004f844b;p=gwion.git :bug: Improve 'update' target --- 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 ...)