This website requires JavaScript.
Explore
Help
Sign In
loweel
/
zangtumb
Watch
1
Star
0
Fork
You've already forked zangtumb
0
Code
Issues
Pull Requests
Projects
Releases
2
Wiki
Activity
386c80b6a4
zangtumb
/
vendor
/
github.com
/
amalfra
/
maildir
/
Makefile
13 lines
98 B
Makefile
Raw
Blame
History
.PHONY
:
all
fmt
:
go fmt ./...
vet
:
go vet ./...
test
:
go
test
./... -v
build
:
fmt
vet
test
Reference in New Issue
View Git Blame
Copy Permalink