Files
clang-p2996/lldb/test/functionalities/plugins/commands/Makefile
2013-09-25 17:44:00 +00:00

9 lines
143 B
Makefile

LEVEL = ../../../make
DYLIB_CXX_SOURCES := plugin.cpp
DYLIB_NAME := plugin
DYLIB_ONLY := YES
MAKE_DSYM := NO
include $(LEVEL)/Makefile.rules