This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
beaver
Archived
Watch
1
Star
0
Fork
You've already forked beaver
0
Code
Issues
2
Pull Requests
Releases
7
Activity
This repository has been archived on
2021-06-21
. You can view files and clone it, but cannot push or open issues/pull-requests.
main
beaver
/
Makefile
9 lines
87 B
Makefile
Raw
Permalink
Blame
History
GO
?=
go
.PHONY
:
fmt
fmt
:
$(
GO
)
fmt ./...
.PHONY
:
test
test
:
$(
GO
)
test
-race ./...
Reference in New Issue
View Git Blame
Copy Permalink