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