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