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