From cdf76c80805cfc7c9dcf514ad4080d47b0fd16c0 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Tue, 23 May 2017 17:00:48 +0200 Subject: edited --- cpp/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/Makefile b/cpp/Makefile index 71e6544..ad5e8f5 100644 --- a/cpp/Makefile +++ b/cpp/Makefile @@ -1,7 +1,6 @@ -CC=gcc +CC=g++ CFLAGS=-o CVERSION=c++11 $1: $1.cpp - $(CC) -Wall -std=$(CVERSION) $(CFLAGS) $1 $1.cpp -- cgit v1.2.3-18-g5258