Files
clang-p2996/lldb/source/Plugins/Language/Go/Makefile
Ryan Brown 2dd84882fc Add go data formatters.
Differential Revision: http://reviews.llvm.org/D13878

llvm-svn: 252109
2015-11-05 00:24:36 +00:00

15 lines
441 B
Makefile

##===- source/Plugins/Language/Go -------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LLDB_LEVEL := ../../../..
LIBRARYNAME := lldbPluginGoLanguage
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile