diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 23:50:17 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 23:50:17 +0100 |
commit | 733ed3d75f20fd43411a7ad2091494ff52bb8d8a (patch) | |
tree | ec525c65a6052ac41db42e78f93434534db6de0c | |
parent | db7357e9409d2c4eed5aab9aab3131ad6c40ffc5 (diff) |
Add TODO
-rw-r--r-- | cbs.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -13,7 +13,9 @@ the program on error. If this is undesired behavior, feel free to edit the functions to return errors. - There are a few exceptions to the above rule, and they are documented. */ + There are a few exceptions to the above rule, and they are documented. + + TODO: Support Windows */ #ifndef C_BUILD_SYSTEM_H #define C_BUILD_SYSTEM_H |