summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 06:08:15 -0500
committerJeff Carr <[email protected]>2025-10-15 06:08:15 -0500
commit5d0a2d4a095d87fbada8a7c5e1e2bf0f5efa648c (patch)
treecc2500733a4f4e8547d6b3b49dcb65b76266b083 /Makefile
parentf7f02647de5f52c23202e5c2c67954bfa5af1007 (diff)
rewrite this ancient code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 114658c..a189215 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,8 @@ VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%s)
run: clean goimports vet install
- go-deb --keep-files --arch riscv64
+ go-deb --buildversion "+b3"
+ go-deb --keep-files --arch riscv64 --buildversion "+b3"
# builds a .deb of go-deb and writes the file here in this directory
deb.default: