tail/Makefile

8 lines
74 B
Makefile

default: test
test: *.go
GOPATH=~/as/logyard go test -v
fmt:
go fmt .