X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fgo%2Fcmds%2FMakefile;fp=bindings%2Fgo%2Fcmds%2FMakefile;h=afbc6d22dd2e4c16fc50994a2071f4fdf0c6d524;hp=0000000000000000000000000000000000000000;hb=c234f8f972c13d1725da3152b114311350fea541;hpb=8f1fdaaecb567ba402f17599ec38942af45aa9ae diff --git a/bindings/go/cmds/Makefile b/bindings/go/cmds/Makefile new file mode 100644 index 00000000..afbc6d22 --- /dev/null +++ b/bindings/go/cmds/Makefile @@ -0,0 +1,11 @@ +# 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