Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-06-19 23:35:05 +01:00
parent 66d000287c
commit 46e8f3ecba
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -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