diff options
| author | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 09:47:34 +0300 |
|---|---|---|
| committer | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 09:47:34 +0300 |
| commit | d6b44fb2323b4f6f5e0bd3de33a40d6fd8283c1a (patch) | |
| tree | 9d823e8715e1088b318a225ea85fd158cf98b77a /Makefile | |
| parent | 92b0d4a7bc960f19ecce474405168fc374de99bd (diff) | |
Add compile flag -Wall
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CPPFLAGS=-std=c++11 +CPPFLAGS=-std=c++11 -Wall CC=g++ TARGET=jarkko |
