llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/load_unload/b.mk

10 lines
155 B
Makefile

LEVEL := ../../make
LIB_PREFIX := loadunload_
DYLIB_NAME := $(LIB_PREFIX)b
DYLIB_CXX_SOURCES := b.cpp
DYLIB_ONLY := YES
include $(LEVEL)/Makefile.rules