diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-09-11 21:44:54 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-09-11 21:44:54 +0100 |
| commit | 1b7c07d9bbfb7984536a3aeade0f543251f1a666 (patch) | |
| tree | 31e1ab4c3aefca8c405c2b9299e81a6a5b5da33c /Makefile | |
| parent | c314e7d812f8d5e2a9a8114f525c3c9cbb73bf85 (diff) | |
Rename to stash
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ all: build build: - CGO_ENABLED=1 go build -ldflags "-X 'git.leonardobishop.net/history/internal/constants.SysConfPrefix=/etc/history/'" -o history main.go + CGO_ENABLED=1 go build -ldflags "-X 'git.leonardobishop.net/stash/internal/constants.SysConfPrefix=/etc/stash/'" -o stash main.go |
