From dfe3e98ef2a96b452126fcdea0b1e411bb706193 Mon Sep 17 00:00:00 2001 From: Vitaliy Tsvayer Date: Sun, 3 Nov 2024 09:25:13 +0300 Subject: [PATCH] Readme update to run make from root repo folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc8b5a..504243d 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Premake5 is used to generate project files for various platforms and toolchains. - For Visual Studio, open the generated `.sln` file and build from the IDE. - For GNU Make: ```bash - make config=release + make -C MyProject config=release ``` - For Xcode, open the generated project and build from Xcode.