aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/dyld-multiple-rdebug/Makefile
blob: 9b462acb83633d7056ad94984d84aec981dd04e0 (plain)
1
2
3
4
CXX_SOURCES := main.cpp
DYLIB_NAME := testlib
DYLIB_CXX_SOURCES := library_file.cpp
include Makefile.rules