diff --git a/Makefile b/Makefile index c5d5b94..38a6cc5 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ $(__Wl_clipboard): ### PHONY targets that a user would run ### .PHONY : all all: - ifneq ($(git submodule status | grep --quiet '^-' ; echo $$?), 0) + ifeq ($(git submodule status | grep --quiet '^-' ; echo $$?), 0) $(error "Git submodules have not been initialised. Please run: git \ "submodule update --init") endif