Updated Makefile

This commit is contained in:
Ethan Smith-Coss 2024-06-19 23:24:35 +01:00
parent 8a4b7fa3b2
commit 7535a3d88b
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

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