summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-05 08:33:34 -0500
committerJeff Carr <[email protected]>2025-10-05 08:33:34 -0500
commitb0c4ab59a311327af904df70d2f9bd1edccd9969 (patch)
tree43e82cbc78b6a1872b9a0a72a2874602480c8750
parent5ba2b227dda1391393eecc78f922faf79c434a72 (diff)
.deb instructionsv0.0.9v0.0.3
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac6bb13..cd224c4 100644
--- a/Makefile
+++ b/Makefile
@@ -23,14 +23,18 @@ vet:
GO111MODULE=off go vet
# this is how the mirrors.wit.com debian package is created
+# make a .deb package
go-deb:
- go-deb --repo .
+ go-deb
goimports:
goimports -w *.go
clean:
rm -f go.*
+ go-mod-clean purge
+ -rm mirrors
+ -rm *.deb
gpl:
wit-test --witcom