mirror of
https://github.com/git-chglog/git-chglog.git
synced 2026-01-23 02:15:12 +00:00
chore: fix Makefile typo (#82)
This commit is contained in:
parent
41ad31326b
commit
0ae5e13a06
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue