diff --git a/makefile b/makefile index 0b23643..6cdec8c 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ blackjack: blackjack.cpp - clang -o blackjack -cstd \ No newline at end of file + clang++ -o blackjack blackjack.cpp -std=c++14 \ No newline at end of file