aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/breakpoints_delayed_breakpoint_one_watchpoint/Makefile
blob: 4b5e0ee942223eee4fe1491312594925bf618a1a (plain) (blame)
1
2
3
4
5
6
7
8
9
LEVEL = ../../../../make

CXX_SOURCES := main.cpp

ENABLE_THREADS := YES

VPATH = ..

include $(LEVEL)/Makefile.rules