From 4c626527a1814e8a70cbc9e2d53a4f6c12b5153f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 9 Jan 2022 18:28:05 +0100 Subject: [PATCH] :wrench: make update --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 ...) -- 2.43.0