aboutsummaryrefslogtreecommitdiff
path: root/bindings/go/cmds/Makefile
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2012-05-09 13:15:19 +0200
committerDavid Bremner <bremner@debian.org>2012-05-11 08:36:30 -0300
commit3113731713ac49142c86c934906d0f5a1e6f3eb8 (patch)
tree4684f6df5e70812d57904c5c53b193f182fa73e5 /bindings/go/cmds/Makefile
parent9bf6eec1a51c49f025454fdfc709b4d29142f84c (diff)
go: update the build system
The new "go" utility does not require any Makefiles to compile go packages and programs. Remove the old Makefiles and replace the top level Makefile with one defining some convenience targets for compiling the notmuch bindings and the notmuch-addrlookup utility. Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/go/cmds/Makefile')
-rw-r--r--bindings/go/cmds/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/bindings/go/cmds/Makefile b/bindings/go/cmds/Makefile
deleted file mode 100644
index afbc6d2..0000000
--- a/bindings/go/cmds/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 2009 The Go Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style
-# license that can be found in the LICENSE file.
-
-include ${GOROOT}/src/Make.inc
-
-TARG=notmuch-addrlookup
-GOFILES=\
- notmuch-addrlookup.go
-
-include ${GOROOT}/src/Make.cmd