From: fennecdjay Date: Thu, 30 Mar 2023 16:23:36 +0000 (+0200) Subject: :wrench: Fix help message in Makefile. thanks to @pyrotek45 X-Git-Tag: nightly~174 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=6dcbed40b3de8ef8ab056b869e2e85798de2f54a;p=gwion.git :wrench: Fix help message in Makefile. thanks to @pyrotek45 --- diff --git a/Makefile b/Makefile index 3e91a1de..ddd34d11 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ GWION_PACKAGE=gwion ifeq (,$(wildcard util/Makefile)) $(warning "missing git submodules, please run:") - $(error "git submodules update --init --recursive") + $(error "git submodule update --init --recursive") endif ifeq (,$(wildcard util/config.mk)) $(shell cp util/config.mk.orig util/config.mk)