Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
Loading