aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/expr-definition-in-dylib/Makefile
blob: 82daeb1dd3f908bba4b0db3f3749bb9d6fe3d714 (plain)
1
2
3
4
5
6
CXX_SOURCES := main.cpp

DYLIB_CXX_SOURCES := lib.cpp
DYLIB_NAME := lib

include Makefile.rules