20 lines
300 B
Makefile
20 lines
300 B
Makefile
all: vet
|
|
@echo this is a gui for the cloudflare package
|
|
|
|
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
|