mirror of
https://github.com/ceph/go-ceph
synced 2025-01-09 07:19:58 +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
|
||||
go test -c ./$<
|
||||
|
||||
implements:
|
||||
go build -o implements ./contrib/implements
|
||||
|
||||
# force_go_build is phony and builds nothing, can be used for forcing
|
||||
# go toolchain commands to always run
|
||||
.PHONY: build fmt test test-docker check test-binaries test-bins force_go_build
|
||||
|
Loading…
Reference in New Issue
Block a user