Category "raylib"

Compile all C files in all of the children directories

So, I'm making a game with raylib and I need to compile all the .c files at once. The files are in separate folder inside the 1st one(Like "MainFolder/PlayerFil

Raylib Makefile Issue

I've install raylib according to this wiki page. My Project Folder is look like this: [this][1] > ..\build>mingw32-make g++ ../main.cpp -o test.exe -O2 -

How to hide a console in makefile

I am making something in Raylib C++ and every time I open the .exe file, the console and the raylib window opens up. How can stop/hide the console from opening