blob: c5dff1791cc4952fe60cdee7083e6cda13f1462e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
all:
@echo this is a gui for the cloudflare package
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
github:
@echo
@echo no github mirror for this
@echo
|