avif/Makefile

18 lines
215 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:
2019-03-17 16:29:20 +00:00
go get ./...
2019-03-17 12:13:37 +00:00
gofmt:
2019-03-17 16:29:20 +00:00
go fmt ./...
2019-03-17 12:13:37 +00:00
gofmt-staged:
./gofmt-staged.sh
test:
go test -v