]> 4ch.mooo.com Git - 16.git/blob - y.sh
Merge branch 'master' of https://github.com/sparky4/16
[16.git] / y.sh
1 #!/bin/bash
2
3 # run this from the top dir of the project
4 topdir=`pwd`
5
6 # force rebuild of the project
7 wmake clean
8 # force rebuild of doslib, make sure the latest is checked out from master
9 cd "$topdir/src/lib/doslib" || exit 1
10 git pull
11 git checkout master
12 git pull
13 ./buildall.sh clean
14 # back to top dir, build project again
15 cd "$topdir" || exit 1
16 ./wbuild.sh