]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/go/cmds/Makefile
Initial import of Go bindings for notmuch
[notmuch] / bindings / go / cmds / Makefile
diff --git a/bindings/go/cmds/Makefile b/bindings/go/cmds/Makefile
new file mode 100644 (file)
index 0000000..afbc6d2
--- /dev/null
@@ -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