xref: /llvm-project/lldb/test/API/functionalities/executable_first/Makefile (revision a4cd99ea8736eda2b8b4de34453f55008bcf9c30)
1CXX_SOURCES := main.cpp
2DYLIB_CXX_SOURCES := b.cpp
3DYLIB_NAME := bar
4include Makefile.rules
5