summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-06 16:34:16 -0500
committerJeff Carr <[email protected]>2024-10-06 16:34:16 -0500
commit99f38da618967ae8de2a373c05318ea16a6162d2 (patch)
tree84a1d5d12fc74e9f17d23108e12a632bfdf56751 /Makefile
parentfa6dce4c566b35b36155504ad9a627961dbfe3f6 (diff)
add powerpaneld
Signed-off-by: Jeff Carr <[email protected]>
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: