1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00

Fix setup target in Makefile to install mockery correctly

This commit is contained in:
James Mills 2019-10-17 13:59:00 +10:00
parent 65e9317d26
commit 803b08949e
No known key found for this signature in database
GPG Key ID: 6B7D30265488A233

View File

@ -50,7 +50,7 @@ test: build
.
setup:
@go install github.com/vektra/mockery/.../
@go get github.com/vektra/mockery/...
clean:
@git clean -f -d -X