mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 18:59:18 -05:00
Updated Use raylib with Code::Blocks (markdown)
@ -3,7 +3,7 @@ Guide provided by [Mark in raylib forum](http://forum.raylib.com/index.php?p=/di
|
|||||||
First, under Project Settings check the box that says, *"This is a custom Makefile"*.
|
First, under Project Settings check the box that says, *"This is a custom Makefile"*.
|
||||||
|
|
||||||
Then, in your project's folder create a file named Makefile and paste the following:
|
Then, in your project's folder create a file named Makefile and paste the following:
|
||||||
```
|
```make
|
||||||
files = main.c
|
files = main.c
|
||||||
output = main.exe
|
output = main.exe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user