mirror of
https://github.com/containers/skopeo.git
synced 2025-08-13 12:16:16 +00:00
Makefile: make vendor a .PHONY target
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
parent
fef142f811
commit
5d3849a510
3
Makefile
3
Makefile
@ -1,4 +1,4 @@
|
|||||||
.PHONY: all binary build-container build-local clean install install-binary install-completions shell test-integration
|
.PHONY: all binary build-container docs build-local clean install install-binary install-completions shell test-integration vendor
|
||||||
|
|
||||||
export GO15VENDOREXPERIMENT=1
|
export GO15VENDOREXPERIMENT=1
|
||||||
|
|
||||||
@ -96,7 +96,6 @@ build-container:
|
|||||||
docs/%.1: docs/%.1.md
|
docs/%.1: docs/%.1.md
|
||||||
$(GO_MD2MAN) -in $< -out $@.tmp && touch $@.tmp && mv $@.tmp $@
|
$(GO_MD2MAN) -in $< -out $@.tmp && touch $@.tmp && mv $@.tmp $@
|
||||||
|
|
||||||
.PHONY: docs
|
|
||||||
docs: $(MANPAGES_MD:%.md=%)
|
docs: $(MANPAGES_MD:%.md=%)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user