programmingChallenges/Makefile

7 lines
150 B
Makefile
Raw Normal View History

2015-10-25 00:00:33 +02:00
.PHONY:update
update:
git submodule init
git submodule update
git submodule foreach git reset --hard
git submodule foreach git pull origin master