From a5171316b4335c69ca6ad946a37260b939fd7494 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 07:52:53 -0500 Subject: rm old braindamaged code that I wrote long ago --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a189215..01e4341 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) run: clean goimports vet install - go-deb --buildversion "+b3" - go-deb --keep-files --arch riscv64 --buildversion "+b3" + go-deb --buildversion "4" + go-deb --keep-files --arch riscv64 --buildversion "4" # builds a .deb of go-deb and writes the file here in this directory deb.default: -- cgit v1.2.3