botsArena/Makefile
2016-09-27 18:54:42 +02:00

7 lines
150 B
Makefile
Executable File

.PHONY:update
update:
git submodule init
git submodule update
git submodule foreach git reset --hard
git submodule foreach git pull origin master