tail/Makefile

11 lines
106 B
Makefile
Raw Normal View History

default: test
test: *.go
2013-01-08 04:56:25 +08:00
go test -v
fmt:
go fmt .
2013-09-09 11:04:39 +08:00
fulltest:
sudo docker build -t ActiveState/tail .