From 9995ccb7cc1c3f232d43291d987bc93b53866c73 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 15 Jan 2020 08:01:33 +0000 Subject: [PATCH] The Makefile doesn't support MSVC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25c6368c..d5f371ca 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Name | Function `RENDERER=SDLSurface` | Use the software-rendered SDL2 Surface API renderer `RENDERER=Software` | Use the hand-written software renderer `WARNINGS=1` | Enable common compiler warnings -`WARNINGS_ALL=1` | Enable ALL compiler warnings (clang/MSVC only) +`WARNINGS_ALL=1` | Enable ALL compiler warnings (clang only) `WARNINGS_FATAL=1` | Make all compiler warnings errors Once built, the executables and assets can be found in the newly-generated `game` folder.