You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.PHONY: install_tools
|
|
install_tools:
|
|
go install github.com/google/addlicense@latest
|
|
go install github.com/jordanlewis/gcassert/cmd/gcassert@latest
|
|
|
|
.PHONY: addlicense
|
|
addlicense:
|
|
addlicense -c "Braydon Kains" -l mit .
|