From 86cf654562ee674f085f12f2fa8bf8f09468d57d Mon Sep 17 00:00:00 2001 From: 0sama-Mirza Date: Sun, 4 Feb 2024 05:01:50 +0500 Subject: [PATCH 1/2] modified: makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0b23643..83fd84c 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ blackjack: blackjack.cpp - clang -o blackjack -cstd \ No newline at end of file + clang++ blackjack.cpp -o blackjack \ No newline at end of file From 020b68f7782dd17b3b5e2fa8a1038989b8eba617 Mon Sep 17 00:00:00 2001 From: 0sama-Mirza Date: Sun, 4 Feb 2024 05:28:05 +0500 Subject: [PATCH 2/2] modified: makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 83fd84c..6cdec8c 100644 --- a/makefile +++ b/makefile @@ -1,2 +1,2 @@ blackjack: blackjack.cpp - clang++ blackjack.cpp -o blackjack \ No newline at end of file + clang++ -o blackjack blackjack.cpp -std=c++14 \ No newline at end of file