LEVEL = ../../../make

CXXFLAGS += -std=c++11
CXX_SOURCES := ParallelTask.cpp
ENABLE_STD_THREADS := YES
include $(LEVEL)/Makefile.rules
