basic-game-framework/release

4 lines
95 B
Plaintext
Raw Normal View History

#!/bin/sh
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build && bin/sim-game