From 9479fce7d037ddbc2429633ee9290e7f3fb8b8c5 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sat, 20 Aug 2016 23:05:13 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea0b756..8a66797 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,6 @@ On Windows, SameBoy also requires: * [GnuWin](http://gnuwin32.sourceforge.net/) * Running vcvars32 before running make. Make sure all required tools and libraries are in %PATH% and %lib%, repsectively. -To compile, simply run: make (cocoa|sdl|bootroms) +To compile, simply run: `make [CONF=(release|debug)] (cocoa|sdl|bootroms)` SameBoy was compiled and tested on OS X, Ubuntu and Windows 7 32-bit.