summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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