function main(){ const stb = new pmake.LibraryProject("stb"); stb.sources = ["stb_ds.c"]; stb.includes = ["."]; pmake.register(stb); }