avif/Makefile

18 lines
263 B
Makefile
Raw Normal View History

2019-03-17 12:13:37 +00:00
# Should contain src/github.com/Kagami/go-avif
export GOPATH = $(PWD)/../../../..
all: build
precommit: gofmt-staged
build:
go get github.com/Kagami/go-avif/...
gofmt:
go fmt github.com/Kagami/go-avif/...
gofmt-staged:
./gofmt-staged.sh
test:
go test -v