summaryrefslogtreecommitdiff
path: root/cpp/Makefile
diff options
context:
space:
mode:
authorSanto Cariotti <sancn@live.com>2017-05-23 17:00:48 +0200
committerSanto Cariotti <sancn@live.com>2017-05-23 17:00:48 +0200
commitcdf76c80805cfc7c9dcf514ad4080d47b0fd16c0 (patch)
tree6842519aa1b682b6933ebe98e336e27a3f610906 /cpp/Makefile
parent50b5b1a19d9b36ad12828ba3755fde6196c4ba09 (diff)
edited
Diffstat (limited to 'cpp/Makefile')
-rw-r--r--cpp/Makefile3
1 files changed, 1 insertions, 2 deletions
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