diff --git a/Makefile b/Makefile index 49ec9169..d80c6cba 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ ifeq ($(ALL_WARNINGS), 1) # Use clang-specific flag -Weverything CXXFLAGS += -Weverything else - # This is indented with spaces because otherwise it doesn't compile (make doesn't like tabs there for some reason + # This is indented with spaces because otherwise it doesn't compile (make doesn't like tabs there for some reason) $(warning Couldn\'t activate all warnings (Unsupported compiler)) endif endif