diff options
| author | Jeff Carr <[email protected]> | 2025-10-15 06:08:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-15 06:08:15 -0500 |
| commit | 5d0a2d4a095d87fbada8a7c5e1e2bf0f5efa648c (patch) | |
| tree | cc2500733a4f4e8547d6b3b49dcb65b76266b083 /Makefile | |
| parent | f7f02647de5f52c23202e5c2c67954bfa5af1007 (diff) | |
rewrite this ancient code
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |
