Skip to content

Commit 5e24fb2

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

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
@@ -47,7 +47,6 @@ help:
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:
8281
validate-examples:
8382
go test -run TestValidate ./schema
8483

85-
oci-image-tool:
86-
go build ./cmd/oci-image-tool
87-
8884
schema-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

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

0 commit comments

Comments
 (0)