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