CC=g++ -std=c++20 -g -Wall a: ${CC} -o a.out day25a.cpp ./a.out b: ${CC} -o b.out day25b.cpp ./b.out .PHONY: a b