summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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