From 63a6b1300556fcfe0974b7f90c22e659ab3eb142 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 8 Sep 2026 00:43:27 +0300 Subject: [PATCH] Added the cxx variable in the Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 117f267..c25c35f 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +cxx = g++ + all: cxx *.cpp -O3 -Wall -Wextra -std=c++17 -o lottery