10 lines
100 B
Bash
Executable File
10 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule init
|
|
git submodule update
|
|
cd tools/mmd
|
|
make release
|
|
cd build
|
|
make
|
|
cd ../..
|