Files
ground_fork/Bobfile

6 lines
76 B
Plaintext
Raw Normal View History

2025-08-09 20:33:08 +10:00
compiler "g++";
binary "ground";
source "src/main.cpp";
2025-08-10 15:42:52 +10:00
flag "O3";
2025-08-09 20:33:08 +10:00
compile;