summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd07e5a..19486e6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all:
git pull
echo "build it!"
GO111MODULE=off go build -v -x
- su -c ./go.wit.com
+ ./go.wit.com
# su -c "setcap 'cap_net_bind_service=+ep' go.wit.com"
goimports: