llvm-project/lldb/test/API/functionalities/plugins/command_plugin/Makefile

7 lines
111 B
Makefile

DYLIB_CXX_SOURCES := plugin.cpp
DYLIB_NAME := plugin
DYLIB_ONLY := YES
MAKE_DSYM := NO
include Makefile.rules