From bd20b371700e6354d8d0ec3a102048946724f053 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Tue, 26 Mar 2013 14:49:29 +0100 Subject: [PATCH] doc: update README, s/OS/PLATFORM/ Commit a9740c9 changed the name of the OS var to PLATFORM but forgot to update the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cdddbd2a..54740ca9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ To build via Makefile simply execute: MinGW users should run this instead: - make OS=mingw + make PLATFORM=mingw Out-of-tree builds are supported: