Skip to content

Commit

Permalink
chore(build): makefile bin sensitivity to go.sum
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Aug 8, 2023
1 parent bc94e3f commit 9687920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# you probably don't want to be using it otherwise.
NAME=bump

bin/$(NAME): *.go bin
bin/$(NAME): *.go go.mod go.sum bin
go build -o $@

bin:
Expand Down

0 comments on commit 9687920

Please sign in to comment.