summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-06 10:28:16 -0500
committerJeff Carr <[email protected]>2024-10-06 10:28:16 -0500
commit7b196bca7649b3aed0d1acab2499603bad3a9561 (patch)
treed426c9ceb665ce3f3724ec3fdeea016e5027f6c4 /Makefile
parentf255120c10b7e5e40b420018988639aa5ce14d49 (diff)
stub out /powersource and /lastoutagev0.0.1
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 fb89cfc..512f4c6 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all:
-git pull
echo "build it!"
GO111MODULE=off go build -v -x
- ./power
+ ./powerpaneld
# su -c "setcap 'cap_net_bind_service=+ep' go.wit.com"
goimports: