mirror of
https://github.com/fairyglade/ly.git
synced 2025-12-20 19:24:53 +00:00
remove git submodules helper
This commit is contained in:
8
makefile
8
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
|
||||
|
||||
Reference in New Issue
Block a user