Updated Use raylib with Code::Blocks (markdown)

Ray
2017-06-05 23:24:12 +02:00
parent 25d3908da9
commit cbd950dbb6

@ -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"*.
Then, in your project's folder create a file named Makefile and paste the following:
```
```make
files = main.c
output = main.exe