cloudflare/Makefile

20 lines
300 B
Makefile
Raw Normal View History

2024-12-13 12:36:13 -06:00
all: vet
@echo this is a gui for the cloudflare package
2024-12-13 12:36:13 -06:00
vet:
@GO111MODULE=off go vet
@echo go vet: this go library package builds okay
goimports:
goimports -w *.go
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
github:
@echo
@echo no github mirror for this
@echo