xref: /llvm-project/lldb/test/API/lang/cpp/step-through-trampoline/Makefile (revision d8ad018869aeb1ffe40e94ee4d6d377121581083)
1DYLIB_NAME := foo
2DYLIB_CXX_SOURCES := foo.cpp
3CXX_SOURCES := main.cpp
4
5include Makefile.rules
6
7