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.