all: g++ -Wall -std=c++11 -pthread -DTEMPLATE_HEADERS_INCLUDE_SOURCE -o lab2 lab2.cpp clean: rm lab2 *~