From 46e8f3ecbaebc3f72b9a6ad74ac833255f689762 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Wed, 19 Jun 2024 23:35:05 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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