Updated Makefile
This commit is contained in:
parent
31e7f4c455
commit
33359b514a
6
Makefile
6
Makefile
|
|
@ -115,9 +115,9 @@ $(__Wl_clipboard):
|
||||||
.PHONY : all
|
.PHONY : all
|
||||||
all:
|
all:
|
||||||
@if git submodule status | grep --quiet '^-' ; then\
|
@if git submodule status | grep --quiet '^-' ; then\
|
||||||
$(error "Git submodules have not been initialised. Please run: git \
|
echo "Git submodules have not been initialised. Please run: git \
|
||||||
submodule update --init");\
|
submodule update --init --recursive" ; exit 1 ;\
|
||||||
if
|
fi
|
||||||
@cd Hyprland/subprojects && git submodule update --init
|
@cd Hyprland/subprojects && git submodule update --init
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user