botsArena/Makefile
Gnieark d6428fdab0 Makefile
should close https://github.com/gnieark/botsArena/issues/54 because phpmailer wasn't pushed on prod vhost
2016-06-11 21:55:46 +02:00

7 lines
150 B
Makefile

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