update install to move ./fes instead of using go install

install rebuilds and makes the -V1 output devel
This commit is contained in:
2026-01-28 10:18:17 -05:00
parent 73b2ad0f11
commit 7f956d8bf0

View File

@@ -15,5 +15,5 @@ lint:
$(GO) vet ./...
$(GO) fmt ./...
install:
$(GO) install fes
install: build
@mv ./fes /usr/bin/local