tail/Makefile

8 lines
54 B
Makefile
Raw Normal View History

default: test
test: *.go
2013-01-08 04:56:25 +08:00
go test -v
fmt:
go fmt .