From 2077eb5a25240356cf9c844222e56f3b16d2fd01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Sat, 26 Oct 2024 19:10:06 +0200 Subject: [PATCH] build: Add missing slash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim HĂ„rek Andreassen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f753898..4e2bf3e 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION = 0.0.5 .PHONY: build build: - go build -o $(builddir) + go build -o $(builddir)/ .PHONY: install install: build