yabs 0.2.2

Yet another build system
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "test"
file-extensions = ["c", "cpp"]
compiler = "g++"

[[bin]]
name = "main_c"
path = "./main_c.c"

[[bin]]
name = "main_cpp"
path = "./main_cpp.cpp"