summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/thread/exit_during_expression/Makefile
blob: bb8ff4feac81db3f27c8058c88ed2951c3b3c346 (plain)
1
2
3
4
5
6
C_SOURCES := main.c
CFLAGS_EXTRAS := -std=c99

ENABLE_THREADS := YES

include Makefile.rules