diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-06-20 00:09:34 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-06-20 00:09:34 +0200 |
commit | 24d07dddd997544b455b0ab54ed7b007f6617d97 (patch) | |
tree | 858cf0f9e3ed26dc4af1b9b2b5c08ab3f642f87d | |
parent | e011c2cf9235c69071556d4ac5596023973b6b24 (diff) |
Update location of documentation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ simply aims to be a set of potentially useful functions and macros to make writing a build script in C a bit easier. If there is functionality you are missing, then add it. You’re a programmer aren’t you? -All functions and macros are documented in cbs.h. +All functions and macros are documented in this file. CBS is very much inspired by Tsoding’s ‘Nob’. |