From: Trent Huber Date: Tue, 30 Sep 2025 00:51:02 +0000 (-0400) Subject: Use C-style comments X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=e998819b1d1e191d035600967abd84e9f2eb9cf8;p=cbs.git Use C-style comments --- diff --git a/README.md b/README.md index c981fb5..c79208e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ cbs is an extremely lightweight build system designed specifically for C project To build a project, you first need to create a file `build.c` which describes the build. ```c -// build.c +/* build.c */ #include "cbs.c"