From 2e64d22c50554445b62358e517dc1b94ca3f4f48 Mon Sep 17 00:00:00 2001 From: Louis Thibault Date: Sun, 4 Aug 2024 20:17:46 -0400 Subject: [PATCH] Use cached build artifacts with make install. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64f1382..59ec364 100644 --- a/Makefile +++ b/Makefile @@ -11,5 +11,5 @@ generate: binary: generate @go build -o ww cmd/main.go -install: generate +install: @go install github.com/wetware/go/cmd