mirror of
https://github.com/ceph/go-ceph
synced 2025-01-24 07:02:48 +00:00
makefile: add rule to build implements tool
Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
141cd73223
commit
c3b3290fb4
3
Makefile
3
Makefile
@ -71,6 +71,9 @@ test-bins: test-binaries
|
|||||||
%.test: % force_go_build
|
%.test: % force_go_build
|
||||||
go test -c ./$<
|
go test -c ./$<
|
||||||
|
|
||||||
|
implements:
|
||||||
|
go build -o implements ./contrib/implements
|
||||||
|
|
||||||
# force_go_build is phony and builds nothing, can be used for forcing
|
# force_go_build is phony and builds nothing, can be used for forcing
|
||||||
# go toolchain commands to always run
|
# go toolchain commands to always run
|
||||||
.PHONY: build fmt test test-docker check test-binaries test-bins force_go_build
|
.PHONY: build fmt test test-docker check test-binaries test-bins force_go_build
|
||||||
|
Loading…
Reference in New Issue
Block a user