Skip to content

Commit 9b4d96c

Browse files
tangentati-chi-bot
authored andcommitted
[parser] add copy go.mod1 to go.mod in Makefile (#588)
1 parent e879bc5 commit 9b4d96c

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)