From a20d5195a65f2fb67718435225efffa02b81d1bc Mon Sep 17 00:00:00 2001 From: nullgemm Date: Fri, 10 Dec 2021 12:49:59 +0100 Subject: [PATCH] remove git submodules helper --- makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/makefile b/makefile index 1daeb35..f8cc6ed 100644 --- a/makefile +++ b/makefile @@ -104,11 +104,3 @@ clean: @echo "cleaning" @rm -rf $(BIND) $(OBJD) valgrind.log @(cd $(SUBD)/termbox_next && $(MAKE) clean) - -gitea: github -github: - @echo "sourcing submodules" - @git submodule sync - @git submodule update --init --remote - @cd $(SUBD)/argoat && make github - @git submodule update --init --recursive --remote