From 5d0a2d4a095d87fbada8a7c5e1e2bf0f5efa648c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 06:08:15 -0500 Subject: rewrite this ancient code --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3