#! /bin/bash
set -e
echo build files will be placed in ./build
./vendor/premake5/premake5 premake-ninja
ninja $1 -C build