diff --git a/Makefile b/Makefile index 4853a144..7c524515 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ ifeq ($(ALL_WARNINGS), 1) # Use clang-specific flag -Weverything CXXFLAGS += -Weverything else - @echo Couldn\'t activate all warnings (Unsupported compiler) + $(warning Couldn\'t activate all warnings (Unsupported compiler)) endif endif