summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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