diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |