#!/bin/sh
umask 002
#export GIT_WORK_TREE=.
export GIT_DIR=.git
cd ..
git checkout -f
git update-server-info
git submodule update --init --recursive -f
make
