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 4747 @echo " * 'docs' - produce document in the $( OUTPUT_DIRNAME) directory"
4848 @echo " * 'fmt' - format the json with indentation"
4949 @echo " * 'validate-examples' - validate the examples in the specification markdown files"
50- @echo " * 'oci-image-tool' - build the oci-image-tool binary"
5150 @echo " * 'schema-fs' - regenerate the virtual schema http/FileSystem"
5251 @echo " * 'check-license' - check license headers in source files"
5352 @echo " * 'lint' - Execute the source code linter"
@@ -82,9 +81,6 @@ code-of-conduct.md:
8281validate-examples :
8382 go test -run TestValidate ./schema
8483
85- oci-image-tool :
86- go build ./cmd/oci-image-tool
87-
8884schema-fs :
8985 @echo " generating schema fs"
9086 @cd schema && printf " %s\n\n%s\n" " $$ (cat ../.header)" " $$ (go generate)" > fs.go
@@ -137,11 +133,9 @@ install.tools: .install.gitvalidation .install.glide .install.glide-vc
137133
138134clean :
139135 rm -rf * ~ $(OUTPUT_DIRNAME )
140- rm -f oci-image-tool
141136
142137.PHONY : \
143138 validate-examples \
144- oci-image-tool \
145139 check-license \
146140 clean \
147141 lint \
You can’t perform that action at this time.
0 commit comments