Files
boat/test/c_config.toml
2025-07-26 21:23:44 +02:00

9 lines
103 B
TOML

[general]
target = "test"
main = "src/main.c"
[build]
build_dir = "build"
cc = "gcc"
cflags = "-Wall"