github.com/sacloud/iaas-api-go@v1.12.0/Makefile (about) 1 #==================== 2 AUTHOR ?= The sacloud/iaas-api-go Authors 3 COPYRIGHT_YEAR ?= 2022-2023 4 5 include includes/go/common.mk 6 #==================== 7 8 default: $(DEFAULT_GOALS) 9 10 .PHONY: tools 11 tools: dev-tools 12 13 .PHONY: clean-all 14 clean-all: 15 find . -type f -name "zz_*.go" -delete 16 17 .PHONY: gen 18 gen: _gen fmt goimports set-license 19 20 .PHONY: _gen 21 _gen: 22 go generate ./...