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.
2 parents cfc95a5 + df784c5 commit 4754b55Copy full SHA for 4754b55
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