summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2017-01-25 22:57:06 (GMT)
committerChristian Pointner <equinox@helsinki.at>2017-01-25 22:57:06 (GMT)
commit9d1b81e5997ee9ec8cc5bfd16f6c62a40044006a (patch)
tree0f37df2bcc354601943a12ff97fb1ca9c31b9234 /Makefile
parentbdff8e99eb4062fbdc175da075634f063a5b8f42 (diff)
actually create file hasher
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 27218b6..48e88d4 100644
--- a/Makefile
+++ b/Makefile
@@ -24,8 +24,10 @@ GOCMD := GOPATH=$(curdir) go
EXECUTEABLE := pool-import
-LIBS := "code.helsinki.at/rhrd-go/rhimport" \
- "code.helsinki.at/rhrd-go/rddb"
+LIBS := "code.helsinki.at/rhrd-go/rhimport" \
+ "code.helsinki.at/rhrd-go/rddb" \
+ "golang.org/x/crypto/blake2b"
+
.PHONY: getlibs updatelibs vet format build clean distclean