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