diff --git a/Makefile b/Makefile index b2ad0464..ae650f59 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ endif ifeq ($(WARNINGS_ALL), 1) ifneq ($(findstring clang,$(CXX)),) - # Use clang-specific flag -Weverything + # Use Clang-specific flag -Weverything ALL_CXXFLAGS += -Weverything else $(warning Couldn't activate all warnings (unsupported compiler)) diff --git a/README.md b/README.md index c4184728..7455278b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Name | Function `FIX_BUGS=1` | Fix various bugs in the game `DEBUG_SAVE=1` | Re-enable the dummied-out 'Debug Save' option, and the ability to drag-and-drop save files onto the window `WARNINGS=1` | Enable common compiler warnings -`WARNINGS_ALL=1` | Enable ALL compiler warnings (clang 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.