1CXX_SOURCES := main.cpp
2
3CXXFLAGS_EXTRAS := -std=c++17 -fno-exceptions
4include Makefile.rules
5