10 lines
110 B
Bash
Executable File
10 lines
110 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git submodule init
|
|
git submodule update
|
|
cd tools/mmd
|
|
make release
|
|
cd build
|
|
make
|
|
cd ../..
|