aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjantuomi <jans.tuomi@gmail.com>2016-09-01 09:47:34 +0300
committerjantuomi <jans.tuomi@gmail.com>2016-09-01 09:47:34 +0300
commitd6b44fb2323b4f6f5e0bd3de33a40d6fd8283c1a (patch)
tree9d823e8715e1088b318a225ea85fd158cf98b77a
parent92b0d4a7bc960f19ecce474405168fc374de99bd (diff)
Add compile flag -Wall
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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