Files
clang-p2996/lldb/test/api/multithreaded/Makefile
Ed Maste ee7902d3b2 Add ENABLE_THREADS for these threaded tests
On at least FreeBSD linking with -lpthread is needed for std::thread.

llvm-svn: 218899
2014-10-02 19:15:00 +00:00

10 lines
131 B
Makefile

LEVEL = ../../make
ENABLE_THREADS := YES
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules
clean::
rm -rf *.o *.d *.dSYM