From 50b5b1a19d9b36ad12828ba3755fde6196c4ba09 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sun, 21 May 2017 09:50:25 +0200 Subject: edit makefile --- cpp/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/Makefile b/cpp/Makefile index 08a6e43..71e6544 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -1,7 +1,7 @@ CC=gcc CFLAGS=-o -CVERSION=-std=c++11 +CVERSION=c++11 $1: $1.cpp - $(CC) $(CVERSION) $(CFLAGS) $1 $1.cpp + $(CC) -Wall -std=$(CVERSION) $(CFLAGS) $1 $1.cpp -- cgit v1.2.3-18-g5258