ROOT     := ../..
TARGETS  := toy
LIBS     := -lpthread
CXXFLAGS := --std=c++11 -g -O2

include $(ROOT)/benchmark.mk
