gowebd/Makefile

30 lines
565 B
Makefile
Raw Normal View History

all:
@echo "make run # will build and run the daemon here"
@echo "make debian # will build a debian package"
log:
@#systemctl status gowebd.service
@journalctl -f -xeu gowebd.service
start:
su -c "systemctl start gowebd.service"
run:
git pull
echo "build it!"
GO111MODULE=off go build -v -x
./go.wit.com
# su -c "setcap 'cap_net_bind_service=+ep' go.wit.com"
goimports:
goimports -w *.go
redomod:
rm -f go.*
GO111MODULE= go mod init
GO111MODULE= go mod tidy
# makes a .deb package
debian:
go-deb --no-gui --repo go.wit.com/apps/go.wit.com