summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 17:51:28 -0600
committerJeff Carr <[email protected]>2024-01-12 17:51:28 -0600
commit9b3d52e7e59cfa973d7cd95389948f2e062e2944 (patch)
treed7a74cdaf80533f891b8708985ab23ae780f537e /Makefile
parent360002f785af6df4b03cdeda1a39b1c2bcb25f59 (diff)
2024/01/12 go mod
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 65539c9..e6ac9d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,13 @@
# export GO111MODULE="off"
run: build
reset
- ./control-panel-digitalocean --debugger
+ # ./control-panel-digitalocean --debugger
+ ./control-panel-digitalocean
redomod:
rm -f go.*
- go mod init
- go mod tidy
+ GO111MODULE= go mod init
+ GO111MODULE= go mod tidy
build-release: