diff options
author | Christian Pointner <equinox@helsinki.at> | 2017-01-25 22:57:06 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2017-01-25 22:57:06 (GMT) |
commit | 9d1b81e5997ee9ec8cc5bfd16f6c62a40044006a (patch) | |
tree | 0f37df2bcc354601943a12ff97fb1ca9c31b9234 /Makefile | |
parent | bdff8e99eb4062fbdc175da075634f063a5b8f42 (diff) |
actually create file hasher
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 |