]> git.proxmox.com Git - rustc.git/blame - src/llvm/tools/llvm-go/Makefile
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / tools / llvm-go / Makefile
CommitLineData
85aaf69f
SL
1##===- tools/llvm-go/Makefile ------------------------------*- Makefile -*-===##
2#
223e47cc
LB
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
85aaf69f 7#
223e47cc
LB
8##===----------------------------------------------------------------------===##
9
85aaf69f
SL
10LEVEL := ../..
11include $(LEVEL)/Makefile.common
12
13all:: $(ToolDir)/llvm-go$(EXEEXT)
223e47cc 14
85aaf69f
SL
15$(ToolDir)/llvm-go$(EXEEXT): $(PROJ_SRC_DIR)/llvm-go.go
16 $(GO) build -o $@ $<