diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 06:05:21 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 06:07:33 -0500 |
| commit | e41cf6f043e3475c74b3376d80d2294d9a6e72df (patch) | |
| tree | 14f9c4afda3d74e443f9dc4eab5cdd7cbc4e2426 /Makefile | |
| parent | 95663ece2bdfaad9edcd64045005f1cde6c15e2a (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%s) all: build - ./forged repos + ./forged repos list build: goimports GO111MODULE=off go build \ |
