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