Added the cxx variable in the Makefile

This commit is contained in:
2026-09-08 00:43:27 +03:00
parent 856caa1f0a
commit 63a6b13005
+2
View File
@@ -1,3 +1,5 @@
cxx = g++
all:
cxx *.cpp -O3 -Wall -Wextra -std=c++17 -o lottery