mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-05 05:39:18 -05:00
Typos: section ``Release:``: gcc -s -o obj\Debug\$(output) $(files) \ rewrited to gcc -s -o obj/Release/$(output) $(files) \
@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user