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 \