From: Jérémie Astor Date: Sun, 9 Jan 2022 17:28:05 +0000 (+0100) Subject: :wrench: make update X-Git-Tag: nightly~389^2 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=4c626527a1814e8a70cbc9e2d53a4f6c12b5153f;p=gwion.git :wrench: make update --- diff --git a/Makefile b/Makefile index b89cc7a9..4d09c22d 100644 --- a/Makefile +++ b/Makefile @@ -123,9 +123,7 @@ clean-all: clean ${MAKE} -s -C util/libtermcolor clean update: clean-all - git pull - git submodule update --recursive --init - CFLAGS= ${MAKE} + bash scripts/update.sh clean: clean_core $(info cleaning ...)