]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Fix help message in Makefile. thanks to @pyrotek45
authorfennecdjay <fennecdjay@gmail.com>
Thu, 30 Mar 2023 16:23:36 +0000 (18:23 +0200)
committerfennecdjay <fennecdjay@gmail.com>
Thu, 30 Mar 2023 16:23:36 +0000 (18:23 +0200)
Makefile

index 3e91a1de06f7fc533c6f5b3ecfaaedfa3245ac74..ddd34d117ac604199f24819b8235eff239f5da44 100644 (file)
--- 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)