From 47bdfb91a26864187d714e05246076a7cc5d7433 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 5 Sep 2025 10:57:25 +0200 Subject: [PATCH] Update README.md --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index 24f27f276..46e995df0 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,6 +6,7 @@ The examples assume you have already built the `raylib` library in `../src`. - `make` builds all examples - `make [module]` builds all examples for a particular module (e.g `make core`) +- `make [module]/[name]` builds one examples for a particular module (e.g `make core/core_basic_window`) ### With Zig