The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

5 lines
78 B

int bob_mcbob();
int main(int argc, char **argv) {
return bob_mcbob();
}