summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-13 08:41:49 -0600
committerJeff Carr <[email protected]>2024-02-13 08:41:49 -0600
commitebeea1464ebafc1b6c69b725833f6f8cfc432d5c (patch)
treeb90907e6cd0967d121a4e2041bd03678c5b1d7d3 /Makefile
parent6127ce156f035fa5fb93050bc9838108f11228b7 (diff)
reorg the repo list
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4c4606f..bd07e5a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,6 @@
all:
git pull
echo "build it!"
- # GO111MODULE=off go get -u -v .
GO111MODULE=off go build -v -x
su -c ./go.wit.com
# su -c "setcap 'cap_net_bind_service=+ep' go.wit.com"