1 LEVEL = ../../../make 2 CXX_SOURCES := main.cpp 3 LD_EXTRAS := -lpthread 4 5 CFLAGS_EXTRAS += -std=c++11 6 7 include $(LEVEL)/Makefile.rules 8