mjestecko/prepare.sh

10 lines
110 B
Bash
Raw Normal View History

2024-02-16 11:53:21 +00:00
#!/usr/bin/env bash
2023-05-21 14:24:54 +00:00
git submodule init
git submodule update
cd tools/mmd
make release
cd build
make
cd ../..