From e6bf8ad2bd5632376018da03b1f074addc98af21 Mon Sep 17 00:00:00 2001 From: keyle Date: Mon, 6 May 2024 23:09:09 +1000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b277e43..cf63005 100644 --- a/readme.md +++ b/readme.md @@ -75,7 +75,7 @@ $ brew install cmake $ mkdir build $ cd build $ cmake .. -$ cmake -build . +$ cmake --build . ``` This should generate the `mygame` main executable and the `libgamecode.so` shared library in the `build` directory.