From 6388208bb1861c1e796f11620a57dda42d9b30bf Mon Sep 17 00:00:00 2001 From: nullgemm Date: Sun, 22 Sep 2019 16:57:03 +0200 Subject: [PATCH] fix remotes dependant submodules --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 6417145..a317eba 100644 --- a/makefile +++ b/makefile @@ -93,7 +93,7 @@ remotes: @git remote add github git@github.com:cylgom/$(NAME).git @git remote add gitea ssh://git@git.cylgom.net:2999/cylgom/$(NAME).git -github: remotes +github: @echo "sourcing submodules from https://github.com" @cp .github .gitmodules @git submodule sync @@ -101,7 +101,7 @@ github: remotes @cd $(SUBD)/argoat && make github @git submodule update --init --recursive --remote -gitea: remotes +gitea: @echo "sourcing submodules from https://git.cylgom.net" @cp .gitea .gitmodules @git submodule sync