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