bullet3/build_and_run_premake.sh
2016-05-21 10:45:08 -07:00

8 lines
138 B
Bash
Executable File

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