1CXX_SOURCES := main.cpp 2 3USE_LIBCPP := 1 4 5CXXFLAGS_EXTRAS := -std=c++20 6include Makefile.rules 7