4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release && cmake --build build && bin/sim-game
|