.PHONY: bootstrap setup test lint fmt fmt-check check docker cibuild precommit hooks serve bootstrap: @script/bootstrap setup: @script/setup test: @script/test lint: @script/lint fmt: @script/fmt fmt-check: @script/fmt-check check: @script/check docker: @script/docker cibuild: @script/cibuild precommit: @script/precommit hooks: @script/install-precommit serve: @hugo server