summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.net>2025-09-11 21:44:54 +0100
committerLeonardo Bishop <me@leonardobishop.net>2025-09-11 21:44:54 +0100
commit1b7c07d9bbfb7984536a3aeade0f543251f1a666 (patch)
tree31e1ab4c3aefca8c405c2b9299e81a6a5b5da33c /Makefile
parentc314e7d812f8d5e2a9a8114f525c3c9cbb73bf85 (diff)
Rename to stash
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index acd1427..cf35df8 100644
--- a/Makefile
+++ b/Makefile
@@ -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