News Score: Score the News, Sort the News, Rewrite the Headlines

GitHub - tsoding/nobuild: Header only library for writing build recipes in C.

nobuild Header only library for writing build recipes in C. Main idea The idea is that you should not need anything but a C compiler to build a C project. No make, no cmake, no shell, no cmd, no PowerShell etc. Only C compiler. So with the C compiler you bootstrap your build system and then you use the build system to build everything else. Try it out right here: $ cc ./nobuild.c -o nobuild $ ./nobuild Explore nobuild.c file and the examples folder to learn more. This is an Experimental Project ...

Read more at github.com

© News Score  score the news, sort the news, rewrite the headlines