remove git remote helper

This commit is contained in:
nullgemm 2021-12-09 17:58:23 +01:00
parent 4094d2182a
commit b3d5756a0a
1 changed files with 0 additions and 5 deletions

View File

@ -105,11 +105,6 @@ clean:
@rm -rf $(BIND) $(OBJD) valgrind.log
@(cd $(SUBD)/termbox_next && $(MAKE) clean)
remotes:
@echo "registering remotes"
@git remote add github git@github.com:nullgemm/$(NAME).git
@git remote add gitea ssh://git@git.nullgem.fr:2999/nullgemm/$(NAME).git
gitea: github
github:
@echo "sourcing submodules"