We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc95a5 commit df784c5Copy full SHA for df784c5
schema/Makefile
@@ -16,3 +16,6 @@ validate: validate.go
16
go get -d ./...
17
go build ./validate.go
18
19
+clean:
20
+ rm -f validate
21
+
0 commit comments