diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile b/lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile new file mode 100644 index 00000000000..13d40a13b3e --- /dev/null +++ b/lldb/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../make + +CXX_SOURCES := main.cpp +ENABLE_THREADS := YES +EXE := AttachResume + +include $(LEVEL)/Makefile.rules |