aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/step-through-trampoline/Makefile
blob: 624021fbe98d60212c00990207d36676135f5f9b (plain)
1
2
3
4
5
6
DYLIB_NAME := foo
DYLIB_CXX_SOURCES := foo.cpp
CXX_SOURCES := main.cpp

include Makefile.rules