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

CXX_SOURCES := main.cpp
CFLAGS_EXTRAS := -fsanitize=thread -g

include $(LEVEL)/Makefile.rules
