summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-30 20:31:14 -0500
committerJeff Carr <[email protected]>2024-10-30 20:31:14 -0500
commit22111183a5a6f9c87062d503c8a71a6a6955bed5 (patch)
treec5a131f5dffc3c7c23bce222c77a8a7db3014c96 /Makefile
parent41673f31706a4c68a26d580e42983380a0f15934 (diff)
make a simple .deb package
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8279f1d..ae8ee4b 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,11 @@ all: build
build:
GO111MODULE=off go build -v -ldflags "-X main.Version=${VERSION} -X gui.GUIVERSION=${VERSION}"
+# makes a .deb package
+debian:
+ rm -f ~/incoming/virtigo*deb
+ go-deb --no-gui --repo go.wit.com/apps/virtigo
+
xml-add:
./virtigo --libvirt ~/libvirt/*.xml --xml-ignore-disk=true