mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
8 lines
138 B
Bash
Executable file
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
|