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