From d0e31a87c140902ca10ede4ed42d45b7badb4dd0 Mon Sep 17 00:00:00 2001 From: rexim Date: Wed, 12 Feb 2025 15:00:08 +0700 Subject: [PATCH] Add a sassy comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07a7923..42b4234 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Right now I'm actively using nob in a variety of my C projects at [https://githu ## It's likely Not Suitable for Your Project -If you are using [cmake](https://cmake.org/) with tons of modules to manage and find tons of dependencies you probably don't want to use this tool. nobuild is more like writting shell scripts but in C. +If you are using [cmake](https://cmake.org/) with tons of modules to manage and find tons of dependencies you probably don't want to use this tool. (But in that case I personally think you have much bigger problem than a build system). NoBuild is more like writting shell scripts but in C. ## Advantages of NoBuild