Files
clang-p2996/lldb/test/functionalities/thread/thread_specific_break/Makefile
2014-01-17 00:53:01 +00:00

7 lines
99 B
Makefile

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