remove git submodules helper

This commit is contained in:
nullgemm 2021-12-10 12:49:59 +01:00 committed by randalthor17
parent a8cda856e5
commit 3c14ac31b8
1 changed files with 0 additions and 8 deletions

View File

@ -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