Files
clang-p2996/lldb/test/python_api/watchpoint/watchlocation/Makefile
Jason Molenda 28826a491c Patch from Dan Malea daniel.malea@gmail.com to add some required
flags to the Linux makefiles to get the tests to run.

llvm-svn: 167600
2012-11-08 23:50:33 +00:00

7 lines
101 B
Makefile

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