From fface98131e9ef1e7070a61ac70f32959029725c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 6 Oct 2024 22:01:18 -0500 Subject: files for making packages Signed-off-by: Jeff Carr --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 19486e6..6075cdc 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3