Skip to content

Commit

Permalink
🔧 Fix help message in Makefile. thanks to @pyrotek45
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Mar 30, 2023
1 parent fd77889 commit 6dcbed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 6dcbed4

Please sign in to comment.