diff options
| author | Santo Cariotti <sancn@live.com> | 2017-05-23 17:00:48 +0200 |
|---|---|---|
| committer | Santo Cariotti <sancn@live.com> | 2017-05-23 17:00:48 +0200 |
| commit | cdf76c80805cfc7c9dcf514ad4080d47b0fd16c0 (patch) | |
| tree | 6842519aa1b682b6933ebe98e336e27a3f610906 /cpp | |
| parent | 50b5b1a19d9b36ad12828ba3755fde6196c4ba09 (diff) | |
edited
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/Makefile | 3 |
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 |