aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/expr-doesnt-deadlock/Makefile
blob: a10791d5890770a915d170c4c08c422a24c6c3a2 (plain) (blame)
1
2
3
4
5
6
LEVEL = ../../make

C_SOURCES := locking.c
ENABLE_THREADS := YES

include $(LEVEL)/Makefile.rules