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

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

include Makefile.rules
OpenPOWER on IntegriCloud