diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ 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!" |
