From d6b44fb2323b4f6f5e0bd3de33a40d6fd8283c1a Mon Sep 17 00:00:00 2001 From: jantuomi Date: Thu, 1 Sep 2016 09:47:34 +0300 Subject: Add compile flag -Wall --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a051ced..6cfc87a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CPPFLAGS=-std=c++11 +CPPFLAGS=-std=c++11 -Wall CC=g++ TARGET=jarkko -- cgit v1.3