#!/usr/bin/env bash
git submodule init
git submodule update
cd tools/mmd
make release
cd build
make
cd ../..