Files
clang-p2996/lldb/source/Plugins/LanguageRuntime/Go/Makefile
Ryan Brown 2b56f86dab Add missing GoLanguageRuntime files.
llvm-svn: 249459
2015-10-06 20:31:08 +00:00

15 lines
447 B
Makefile

##===- Source/Plugins/LangRuntime/Go/Makefile ----*- 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 := lldbPluginLanguageRuntimeGo
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile