13 lines
162 B
Bash
13 lines
162 B
Bash
|
set -e
|
||
|
|
||
|
# git submodule init
|
||
|
# git submodule update --remote --merge --recursive
|
||
|
|
||
|
# git clean -dxf
|
||
|
# git fetch
|
||
|
# git checkout DEV
|
||
|
# git pull
|
||
|
|
||
|
make clean
|
||
|
make all
|