Files
clang-p2996/lldb/test/functionalities/thread/break_after_join/Makefile
Adrian McCarthy 3ae7492b2d Fix TestJoinAfterBreak test on Windows
llvm-svn: 238787
2015-06-01 21:51:50 +00:00

6 lines
105 B
Makefile

LEVEL = ../../../make
CXX_SOURCES := main.cpp
ENABLE_STD_THREADS := YES
include $(LEVEL)/Makefile.rules