Update curious case of gebs

This commit is contained in:
kamkow1
2025-06-18 21:36:07 +02:00
parent 4973f0c622
commit 6cfeae7a0d

View File

@ -1,5 +1,7 @@
# GEBS - the Good Enough Build System
Source code: https://gitlab.com/kamkow1/gebs
GEBS is a reiteration of my previous build system "MIBS" (or MIni Build System). It takes some inspiration from
[Tsoding's](https://twitch.tv/tsoding) [nobuild](https://github.com/tsoding/nobuild) and later on [nob.h](https://github.com/tsoding/nob.h).
The key difference is the way GEBS is implemented on the inside, which makes it more powerful and extensible than nob.h.