Files
clang-p2996/lldb/test/API/python_api/was_interrupted/Makefile
Jim Ingham fe61b38258 Add a Debugger interruption mechanism in conjunction with the
Command Interpreter mechanism.

Differential Revision: https://reviews.llvm.org/D145136
2023-03-15 16:45:14 -07:00

5 lines
70 B
Makefile

C_SOURCES := main.c
CFLAGS_EXTRAS := -std=c99
include Makefile.rules