mirror of https://github.com/fairyglade/ly.git
remove git remote helper
This commit is contained in:
parent
4094d2182a
commit
b3d5756a0a
5
makefile
5
makefile
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue