diff options
| author | Jeff Carr <[email protected]> | 2024-01-12 16:04:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-12 16:04:08 -0600 |
| commit | 96cd3c3524bf34292970fa28f941334aa56d9c62 (patch) | |
| tree | 3a88f70b94f241116f8c8591190ac376f72ab504 /Makefile | |
| parent | f47585ff550a058a025511a3235aad0d3ced3ccf (diff) | |
running at go.wit.com for the first time
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
