From 82034e3bfcd65dc4ba3bbca38c193af759459517 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Wed, 19 Jun 2024 23:38:37 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 197e9e4..b6c339b 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 $$?), 1) + ifneq ($(shell test git submodule status | grep --quiet '^-' ; echo $$?), 1) $(error "Git submodules have not been initialised. Please run: git \ "submodule update --init") endif