xref: /llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/Makefile (revision 54c2c2add7ad42ce1910a276cd1cd2912af4cddd)
1C_SOURCES := main.c
2CFLAGS_EXTRAS := -std=c99
3
4ENABLE_THREADS := YES
5
6include Makefile.rules
7