Skip to content

Commit 5f0e028

Browse files
committed
Makefile: Remove oci-image-tool target
Signed-off-by: W. Trevor King <[email protected]>
1 parent ee3982a commit 5f0e028

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ help:
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:
8483
validate-examples:
8584
go test -run TestValidate ./schema
8685

87-
oci-image-tool:
88-
go build ./cmd/oci-image-tool
89-
9086
schema-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

140136
clean:
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 \

0 commit comments

Comments
 (0)