From e998819b1d1e191d035600967abd84e9f2eb9cf8 Mon Sep 17 00:00:00 2001 From: Trent Huber Date: Mon, 29 Sep 2025 20:51:02 -0400 Subject: [PATCH] Use C-style comments --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.51.0