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