From 0ba87caa432887378d35348b66a9323572850d04 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Sat, 16 Jan 2021 07:40:51 +0100 Subject: [PATCH] build: fix makfile build target path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cc86267..01fc1824 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ clean: .PHONY: build build: - go build -i -o git-chglog + go build -i -o git-chglog ./cmd/git-chglog .PHONY: test test: