bob/Bobfile
2025-04-11 16:46:03 +10:00

5 lines
62 B
Plaintext

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