llvm-project/lldb/test/functionalities/expr-doesnt-deadlock/Makefile

7 lines
103 B
Makefile

LEVEL = ../../make
CFLAGS_EXTRAS := -lpthread
C_SOURCES := locking.c
include $(LEVEL)/Makefile.rules