summaryrefslogtreecommitdiffstats
path: root/vector/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vector/makefile')
-rw-r--r--vector/makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vector/makefile b/vector/makefile
index 1303aa3..31136ea 100644
--- a/vector/makefile
+++ b/vector/makefile
@@ -2,8 +2,8 @@ CC := gcc
CARGS := -Wall -Werror -I.
LDARGS := -lm
-CPPC := g++
-CPPARGS := -Wall -I.
+CPPC := g++-8
+CPPARGS := -Wall -I. -std=c++17
all: vector.pdf c_build/vector cpp_build/vector