main: main.cpp $(CXX) -g -o main -std=c++17 main.cpp tester: tester.cpp $(CXX) -g -o tester -std=c++17 tester.cpp ./tester > test.txt