From 7fc4498dd70f25efc92b3c8ae2e2f560dd2b4662 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Wed, 28 Jan 2026 10:21:27 -0500 Subject: [PATCH] makefile copies instead of moves --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef29e01..0fdaf2f 100644 --- a/Makefile +++ b/Makefile @@ -16,4 +16,4 @@ lint: $(GO) fmt ./... install: build - @mv ./fes /usr/bin/local/ + @cp fes /usr/bin/local