LEVEL = ../../make

ENABLE_THREADS := YES
CXX_SOURCES := main.cpp

include $(LEVEL)/Makefile.rules

clean::
	rm -rf $(wildcard *.o *.d *.dSYM)
