diff options
Diffstat (limited to 'lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile')
| -rw-r--r-- | lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile b/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile new file mode 100644 index 000000000000..99998b20bcb0 --- /dev/null +++ b/lldb/test/API/tools/lldb-dap/stackTrace/subtleFrames/Makefile @@ -0,0 +1,3 @@ +CXX_SOURCES := main.cpp + +include Makefile.rules |
