7 ms·
reminds me of tsoding's nobuild, except it bypasses make and the only thing required is a C compiler. neat!
by oolonthegreat 3y ago
reminds me of tsoding's nobuild, except it bypasses make and the only thing required is a C compiler. neat!
- keyle 3y agoDo you have a link or more info on this?
- lifthrasiir 3y agohttps://github.com/tsoding/nobuild https://github.com/tsoding/nobuild Basically it is a build system that uses C as a DSL. And no dependency tracking I think?
- keyle 3y agoThanks but... Oof! I think I prefer make.