File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 4949 @echo " * 'docs' - produce document in the $( OUTPUT_DIRNAME) directory"
5050 @echo " * 'fmt' - format the json with indentation"
5151 @echo " * 'validate-examples' - validate the examples in the specification markdown files"
52- @echo " * 'oci-image-tool' - build the oci-image-tool binary"
5352 @echo " * 'schema-fs' - regenerate the virtual schema http/FileSystem"
5453 @echo " * 'check-license' - check license headers in source files"
5554 @echo " * 'lint' - Execute the source code linter"
@@ -84,9 +83,6 @@ code-of-conduct.md:
8483validate-examples :
8584 go test -run TestValidate ./schema
8685
87- oci-image-tool :
88- go build ./cmd/oci-image-tool
89-
9086schema-fs :
9187 @echo " generating schema fs"
9288 @cd schema && printf " %s\n\n%s\n" " $$ (cat ../.header)" " $$ (go generate)" > fs.go
@@ -139,11 +135,9 @@ install.tools: .install.gitvalidation .install.glide .install.glide-vc
139135
140136clean :
141137 rm -rf * ~ $(OUTPUT_DIRNAME )
142- rm -f oci-image-tool
143138
144139.PHONY : \
145140 validate-examples \
146- oci-image-tool \
147141 check-license \
148142 clean \
149143 lint \
You can’t perform that action at this time.
0 commit comments