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