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