From 7f956d8bf0e1c197f097f0dc2b2f6aac64d6e82b Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 28 Jan 2026 10:18:17 -0500 Subject: [PATCH] update install to move ./fes instead of using go install install rebuilds and makes the -V1 output devel --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b9eb974..ef62ab8 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ lint: $(GO) vet ./... $(GO) fmt ./... -install: - $(GO) install fes +install: build + @mv ./fes /usr/bin/local