From 0ae5e13a06d239a2c98056d9286a1e56ee82650f Mon Sep 17 00:00:00 2001 From: Vadim-Valdis Yudaev Date: Sat, 9 Jan 2021 10:40:04 +0200 Subject: [PATCH] chore: fix Makefile typo (#82) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9ec407da..1932f8e8 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ clean: rm -rf $(GOPATH)/bin/git-chglog rm -rf cover.out -.PHONY: bulid +.PHONY: build build: go build -i -o git-chglog