@@ -0,0 +1,8 @@
all:
cc *.cpp -O3 -Wall -Wextra -std=c++17 -o lottery
compile:
cc *.cpp -O3 -c
debug:
cc *.cpp -g -std=c++17 -o calculator -lstdc++ -lm
The note is not visible to the blocked user.