This repository has been archived on 2025-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
iodine/Bobfile
2025-05-10 21:28:56 +10:00

5 lines
58 B
Plaintext

compiler "g++";
binary "io";
source "src/*.cpp";
compile;