updated Makefile

This commit is contained in:
2026-05-11 10:45:40 -06:00
parent 8e782b24bd
commit 300ca6b436

View File

@@ -38,7 +38,7 @@ check-stow:
.PHONY: pull-updates
pull-updates:
@echo "Pulling all recent updates"
@git pull gitlab main
@git pull origin main
@git submodule update --recursive --remote
.PHONY: link