mjestecko/prepare.sh

10 lines
100 B
Bash
Raw Normal View History

2023-05-21 14:24:54 +00:00
#!/bin/sh
git submodule init
git submodule update
cd tools/mmd
make release
cd build
make
cd ../..