Updated Makefile
This commit is contained in:
parent
8a4b7fa3b2
commit
7535a3d88b
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user