summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/b.mk
blob: 9d36fcac8efd730b4fdb298b134e9b7475e55570 (plain)
1
2
3
4
5
6
7
LIB_PREFIX := loadunload_

DYLIB_NAME := $(LIB_PREFIX)b
DYLIB_CXX_SOURCES := b.cpp
DYLIB_ONLY := YES

include Makefile.rules
OpenPOWER on IntegriCloud