Updated Makefile
This commit is contained in:
parent
8a4b7fa3b2
commit
7535a3d88b
4
Makefile
4
Makefile
|
|
@ -115,8 +115,8 @@ $(__Wl_clipboard):
|
||||||
.PHONY : all
|
.PHONY : all
|
||||||
all:
|
all:
|
||||||
@[[ -z "$(git submodule status | grep --quiet '^-')" ]] && \
|
@[[ -z "$(git submodule status | grep --quiet '^-')" ]] && \
|
||||||
$(error "Git submodules have not been initialised. Please run: git "+\
|
$(error "Git submodules have not been initialised. Please run: git \
|
||||||
"submodule update --init.")
|
"submodule update --init")
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
|
|
||||||
.PHONY : build
|
.PHONY : build
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user