]> Nishi Git Mirror - gwion.git/commitdiff
:bug: Improve 'update' target
authorJérémie Astor <fennecdjay@gmail.com>
Thu, 26 Aug 2021 12:21:05 +0000 (14:21 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Thu, 26 Aug 2021 12:21:05 +0000 (14:21 +0200)
Makefile

index 78659b0dd93cb9548f9832d059c59c1f544ff120..7ee2915205743dc00134c74d56d33a7acfc01701 100644 (file)
--- 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 ...)