diff options
| author | Jeff Carr <[email protected]> | 2025-10-29 00:16:18 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-29 00:16:18 -0500 |
| commit | ae316f5a4ec8cc8ba29b1bc22b3e563812cb494b (patch) | |
| tree | 3584a2636750d39992751192ff0421374b86b0f6 /Makefile | |
| parent | 7dc4eb2609ee5728abd4dc5359a02a058d9c7dab (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) run: clean goimports vet install - # go-deb --buildversion "4" - VERBOSE=true go-deb --keep-files --arch riscv64 --buildversion "4" + VERBOSE=true go-deb --keep-files --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: |
