Updated Makefile
This commit is contained in:
parent
720bf602fa
commit
3825381f8d
2
Makefile
2
Makefile
|
|
@ -143,7 +143,7 @@ install: build
|
||||||
|
|
||||||
update:
|
update:
|
||||||
@echo "Updating module components..."
|
@echo "Updating module components..."
|
||||||
git submodule foreach \
|
-git submodule foreach \
|
||||||
'[[ $$(basename $$(git rev-parse --show-toplevel)) != Hyprland ]] && git pull origin $$(git rev-parse --abbrev-ref HEAD)'
|
'[[ $$(basename $$(git rev-parse --show-toplevel)) != Hyprland ]] && git pull origin $$(git rev-parse --abbrev-ref HEAD)'
|
||||||
-cd Hyprland && git fetch origin --no-all --tags
|
-cd Hyprland && git fetch origin --no-all --tags
|
||||||
# In case these libraries haven't been pulled yet, ignore the exit code
|
# In case these libraries haven't been pulled yet, ignore the exit code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user