build: fix makfile build target path

This commit is contained in:
Manuel Vogel 2021-01-16 07:40:51 +01:00
parent 771b567c44
commit 0ba87caa43
No known key found for this signature in database
GPG key ID: 24E54F214569A8A5

View file

@ -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: