summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 05:20:12 -0500
committerJeff Carr <[email protected]>2025-10-07 05:20:12 -0500
commit8e00d326078a7d65655ce3938123a4b2003c5168 (patch)
treeb819e2913969ac270592b91e1ead5993f86884de /Makefile
parent4ecfd42f708f081bc3ae80e2871429563d88ccd1 (diff)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a10d9b4..475deb2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ run: clean goimports vet install
go-deb:
go-deb
+go-deb-keep-files:
+ go-deb --keep-files
+
vet:
@GO111MODULE=off go vet
@echo this go library package builds okay