1
0
forked from ground/ground-old
This repository has been archived on 2026-03-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ground_old_fork/Bobfile

6 lines
79 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 16:08:56 +10:00
flag "Ofast";
2025-08-09 20:33:08 +10:00
compile;