DEV Community

Lucas
Lucas

Posted on

TBS: a built build system

TBS

What is tbs

tbs is a buildsystem that i created mostly around what i need and like but i also made it easier.

What and Why

The way it works is it parses a file format that i made that i based a small bit on autoconf files which is also how came to make this because i didn't like the complexity of autoconf but i also didn't like to write makefiles

The tool tries to streamline this using makefile templates and a ./configure.sh script made by the single executable after this you can run make and it works

Link

TBS Repo

What i hope to do with this

i hope to use this on future bigger projects

I hope also that people use it and tell me about bugs or features they would like to see

if you have any questions i will try my best to anwser these

Buh bye

I also would love it if people tried it out and told me what i should add or if there are any bugs the README.md contains all the information to get started

Top comments (0)