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
2025-08-10 13:31:28 +10:00

5 lines
65 B
Plaintext

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