1CXX_SOURCES := main.cpp2CXXFLAGS_EXTRAS := -std=c++2a -fchar8_t3ifndef PIE4 LD_EXTRAS := -no-pie5endif6 7include Makefile.rules8