From 7535a3d88b975afe25860fb3cdf6f04bb1a74ba1 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Wed, 19 Jun 2024 23:24:35 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c147d16..985c6ff 100644 --- a/Makefile +++ b/Makefile @@ -115,8 +115,8 @@ $(__Wl_clipboard): .PHONY : all all: @[[ -z "$(git submodule status | grep --quiet '^-')" ]] && \ - $(error "Git submodules have not been initialised. Please run: git "+\ - "submodule update --init.") + $(error "Git submodules have not been initialised. Please run: git \ +"submodule update --init") $(MAKE) build .PHONY : build