bullet3/build_and_run_premake.sh

8 lines
138 B
Bash
Raw Normal View History

#!/bin/sh
cd build3
./premake4_linux64 gmake
./premake4_osx gmake
cd gmake
make -j12
../../bin/App_BulletExampleBrowser_gmake_x64_release