Makefile @@ -1,5 +1,5 @@ CC=clang CXX=clang CC=gcc CXX=g++ CXXFLAGS=-g -Wall -std=c++20 .PHONY: default all