From 6cfeae7a0d2f842120ce3ef525ad68d2e8c433ca Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Wed, 18 Jun 2025 21:36:07 +0200 Subject: [PATCH] Update curious case of gebs --- blog/curious-case-of-gebs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/curious-case-of-gebs.md b/blog/curious-case-of-gebs.md index 534c184..e228cae 100644 --- a/blog/curious-case-of-gebs.md +++ b/blog/curious-case-of-gebs.md @@ -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.