aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-go/Makefile')
-rw-r--r--tools/llvm-go/Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/llvm-go/Makefile b/tools/llvm-go/Makefile
deleted file mode 100644
index 4465b2a4a9db..000000000000
--- a/tools/llvm-go/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-##===- tools/llvm-go/Makefile ------------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL := ../..
-include $(LEVEL)/Makefile.common
-
-all:: $(ToolDir)/llvm-go$(EXEEXT)
-
-$(ToolDir)/llvm-go$(EXEEXT): $(PROJ_SRC_DIR)/llvm-go.go
- $(GO) build -o $@ $<