Skip to content

Commit 32b5bb1

Browse files
committed
make: clean up .PHONY targets list
Make the list of .PHONY targets consistent with the actual Makefile targets. Update The README with the correct make target for the CLI wrapper. Signed-off-by: Marco Vedovati <[email protected]>
1 parent f4127d2 commit 32b5bb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all binary build build-binary build-gccgo cross default docs gccgo test test-integration-cli test-unit validate help win tgz
1+
.PHONY: all binary clean cross default docs gccgo help install.tools local-binary local-cross local-gccgo local-test-integration local-test-unit local-validate test test-integration test-unit validate
22

33
PACKAGE := github.com/containers/storage
44
GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
@@ -81,7 +81,6 @@ local-validate: ## validate DCO and gofmt on the host
8181
validate: ## validate DCO, gofmt, ./pkg/ isolation, golint,\ngo vet and vendor using VMs
8282
$(RUNINVM) make local-$@
8383

84-
.PHONY: install.tools
8584
install.tools:
8685
go get -u $(BUILDFLAGS) github.com/cpuguy83/go-md2man
8786
go get -u $(BUILDFLAGS) github.com/vbatts/git-validation

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layers, container images, and containers. A `containers-storage` CLI wrapper
33
is also included for manual and scripting use.
44

5-
To build the CLI wrapper, use 'make build-binary'.
5+
To build the CLI wrapper, use 'make binary'.
66

77
Operations which use VMs expect to launch them using 'vagrant', defaulting to
88
using its 'libvirt' provider. The boxes used are also available for the

0 commit comments

Comments
 (0)