xref: /llvm-project/lldb/test/API/functionalities/plugins/command_plugin/Makefile (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1DYLIB_CXX_SOURCES := plugin.cpp
2DYLIB_NAME := plugin
3DYLIB_ONLY := YES
4MAKE_DSYM := NO
5
6include Makefile.rules
7