Skip to content

Commit 5a60a04

Browse files
authored
[parser] add copy go.mod1 to go.mod in Makefile (pingcap#588)
1 parent ac6f9d4 commit 5a60a04

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

parser/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,6 @@ clean:
3939
go clean -i ./...
4040
rm -rf *.out
4141
rm parser.go
42+
43+
cpmod:
44+
cp go.mod1 go.mod && cp go.sum1 go.sum

0 commit comments

Comments
 (0)