From e0c90cafba5df4e9b1594eee8f4cddf3662bf604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=97=D0=B0?= =?UTF-8?q?=D0=BE=D0=BD=D0=B5=D0=B3=D0=B8=D0=BD?= Date: Sat, 4 Mar 2023 16:18:03 +0300 Subject: [PATCH] Typos: section ```Release:```: gcc -s -o obj\Debug\$(output) $(files) \ rewrited to gcc -s -o obj/Release/$(output) $(files) \ --- Use-raylib-with-Code-Blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Use-raylib-with-Code-Blocks.md b/Use-raylib-with-Code-Blocks.md index 9238af5..f30f529 100644 --- a/Use-raylib-with-Code-Blocks.md +++ b/Use-raylib-with-Code-Blocks.md @@ -25,7 +25,7 @@ Debug: -std=c99 -Wl,-allow-multiple-definition -Wl,--subsystem,windows -Wall Release: - gcc -s -o obj\Debug\$(output) $(files) \ + gcc -s -o obj/Release/$(output) $(files) \ c:/raylib/raylib/raylib_icon \ -Ic:/raylib/raylib/src \ -Lc:/raylib/MinGW/bin \