From 258435561c4f8a9b7a9666c9b390f383b4ac1dc5 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 4 Aug 2017 12:42:14 +0200 Subject: [PATCH] Updated Compile for GNU Linux (markdown) --- Compile-for-GNU-Linux.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Compile-for-GNU-Linux.md b/Compile-for-GNU-Linux.md index d96a7b8..601f27c 100644 --- a/Compile-for-GNU-Linux.md +++ b/Compile-for-GNU-Linux.md @@ -59,11 +59,11 @@ Just move to folder `raylib/examples/` and run: To compile just one specific example: - make core_basic_window PLATFORM=PLATFORM_DESKTOP + make core/core_basic_window PLATFORM=PLATFORM_DESKTOP To force one example recompile: - make core_basic_window PLATFORM=PLATFORM_DESKTOP -B + make core/core_basic_window PLATFORM=PLATFORM_DESKTOP -B ### Build raylib source code using meson