Files
ground_fork/Bobfile
2025-08-10 15:42:52 +10:00

6 lines
76 B
Plaintext

compiler "g++";
binary "ground";
source "src/main.cpp";
flag "O3";
compile;