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