summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-12 16:04:08 -0600
committerJeff Carr <[email protected]>2024-01-12 16:04:08 -0600
commit96cd3c3524bf34292970fa28f941334aa56d9c62 (patch)
tree3a88f70b94f241116f8c8591190ac376f72ab504 /Makefile
parentf47585ff550a058a025511a3235aad0d3ced3ccf (diff)
running at go.wit.com for the first time
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8cc826b..8381034 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
all:
echo "build it!"
- GO111MODULE=off go get -u -v .
+ # GO111MODULE=off go get -u -v .
GO111MODULE=off go build -v -x
- sudo setcap 'cap_net_bind_service=+ep' go.wit.com
+ # sudo setcap 'cap_net_bind_service=+ep' go.wit.com
./go.wit.com
@# ./myrepos >/tmp/myrepos.stderr 2>&1