From 33d734cb17cd553f3d93b648890338501d38e5f7 Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Fri, 1 Nov 2019 15:07:29 +0100 Subject: [PATCH] Use $(warning message) instead of e@cho Signed-off-by: Gabriel Ravier --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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