summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-21 02:42:00 -0600
committerJeff Carr <[email protected]>2024-01-21 02:42:00 -0600
commitc79bbb58bb1f15b47b467b114c692a466e41a883 (patch)
tree01512e966d8e22b7acf6a59e588b5193ac2a915a /Makefile
parent0659d10509ab24936be08a515a851017e6280d7d (diff)
compiles, needs toggle / fixed codev0.1.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b8532f..3d9bb77 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,15 @@
run: build
./control-panel-cloudflare
+goimports:
+ goimports -w *.go
+
+redomod:
+ rm -f go.*
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
+
+
build-and-update:
go get -v -u -x .
go build -v -o control-panel-cloudflare