Skip to content

Commit b260357

Browse files
committed
Add go.mod and go.sum to make dependencies
1 parent 1bed9ef commit b260357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FILES = $(shell find -type f -name '*.go')
22

3-
git-lzc: $(FILES)
3+
git-lzc: $(FILES) go.mod go.sum
44
go build ./cmd/git-lzc/

0 commit comments

Comments
 (0)