Add a Makefile to make install easier

master
Manfred Touron 9 years ago
parent 1160347e7c
commit 600c14d23d
No known key found for this signature in database
GPG Key ID: 0DCB9CE0CABAE1B5

@ -0,0 +1,6 @@
.PHONY:update
update:
git submodule init
git submodule update
git submodule foreach git reset --hard
git submodule foreach git pull origin master
Loading…
Cancel
Save