Files
clang-p2996/lldb/test/python_api/breakpoint/Makefile
Jim Ingham e029fa5781 If a breakpoint gets deleted, any SBBreakpoints representing that
breakpoint should return false from IsValid.

llvm-svn: 212206
2014-07-02 18:44:43 +00:00

6 lines
73 B
Makefile

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