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

CXX_SOURCES := main.cpp

ENABLE_THREADS := YES

include $(LEVEL)/Makefile.rules