File: Makefile

package info (click to toggle)
golang-github-multiformats-go-multibase 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: makefile: 7
file content (7 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
6
7
test: deps
	go test -count=1 -race -v ./...

export IPFS_API ?= v04x.ipfs.io

deps:
	go get -t ./...