1CXX_SOURCES := main.cpp 2CXXFLAGS_EXTRAS := -std=c++2a -fchar8_t 3ifndef PIE 4 LD_EXTRAS := -no-pie 5endif 6 7include Makefile.rules 8