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.
9 lines
222 B
Makefile
9 lines
222 B
Makefile
2 years ago
|
.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 .
|