Files
clang-p2996/lldb/test/functionalities/thread/Makefile
Matt Kopec 0ac31ac380 Add test to check the number of threads.
llvm-svn: 171869
2013-01-08 17:29:00 +00:00

6 lines
93 B
Makefile

LEVEL = ../../make
C_SOURCES := main.c
LDFLAGS := -lpthread
include $(LEVEL)/Makefile.rules