From 7dc4eb2609ee5728abd4dc5359a02a058d9c7dab Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 28 Oct 2025 23:41:09 -0500 Subject: notsure --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 01e4341..82a4cb2 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 "4" - go-deb --keep-files --arch riscv64 --buildversion "4" + # go-deb --buildversion "4" + VERBOSE=true 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