From 33359b514adb42de741424db0144a4e741d09055 Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Thu, 20 Jun 2024 22:21:27 +0100 Subject: [PATCH] Updated Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6dc5945..c7c4fa8 100644 --- a/Makefile +++ b/Makefile @@ -115,9 +115,9 @@ $(__Wl_clipboard): .PHONY : all all: @if git submodule status | grep --quiet '^-' ; then\ - $(error "Git submodules have not been initialised. Please run: git \ -submodule update --init");\ - if + echo "Git submodules have not been initialised. Please run: git \ +submodule update --init --recursive" ; exit 1 ;\ + fi @cd Hyprland/subprojects && git submodule update --init $(MAKE) build