From 164f14a4e4fbf7d06995b81000f72469c2cafa92 Mon Sep 17 00:00:00 2001 From: tintin10q Date: Fri, 23 Jan 2026 15:01:36 +0000 Subject: [PATCH] Turn note in readme into a tip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e25cf8c2..535b7353 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ make -j4 **NOTE:** *When pulling the latest commit, remember to run `git submodule update` or you will be missing changes to the `cmake-common` repository.* -> [!NOTE] +> [!TIP] > An advantage of doing a cmake build is that the generated Makefile will get targets to build individual standard library modules. > For instance `make seq-module-File` will then only build the File module for sequential code.