summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-06 22:01:18 -0500
committerJeff Carr <[email protected]>2024-10-06 22:01:18 -0500
commitfface98131e9ef1e7070a61ac70f32959029725c (patch)
tree8bda99262a23f89683f727b523c0fcb772c728dd /Makefile
parent99f38da618967ae8de2a373c05318ea16a6162d2 (diff)
files for making packages
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
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