Skip to content

Commit df784c5

Browse files
author
zhouhao
committed
schema: add clean to Makefile
Signed-off-by: zhouhao <[email protected]>
1 parent cfc95a5 commit df784c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

schema/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ validate: validate.go
1616
go get -d ./...
1717
go build ./validate.go
1818

19+
clean:
20+
rm -f validate
21+

0 commit comments

Comments
 (0)