From cbd950dbb61848e43fa1b464448473b1af384f85 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 5 Jun 2017 23:24:12 +0200 Subject: [PATCH] Updated Use raylib with Code::Blocks (markdown) --- Use-raylib-with-Code::Blocks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Use-raylib-with-Code::Blocks.md b/Use-raylib-with-Code::Blocks.md index 3d62095..8a7811b 100644 --- a/Use-raylib-with-Code::Blocks.md +++ b/Use-raylib-with-Code::Blocks.md @@ -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