diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,4 +1,8 @@ all: + @echo "make run # will build and run the daemon here" + @echo "make debian # will build a debian package" + +run: git pull echo "build it!" GO111MODULE=off go build -v -x @@ -13,3 +17,6 @@ redomod: 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 |
