mirror of https://github.com/ceph/go-ceph
contrib/implements: minor meta fixes
Signed-off-by: Sven Anderson <sven@redhat.com>
This commit is contained in:
parent
2ae01ab6bc
commit
397ea777b9
|
@ -5,4 +5,4 @@
|
||||||
*.out
|
*.out
|
||||||
*.test
|
*.test
|
||||||
/*.json
|
/*.json
|
||||||
implements
|
/implements
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -209,7 +209,7 @@ implements:
|
||||||
$(GO_CMD) build -o implements ./contrib/implements
|
$(GO_CMD) build -o implements ./contrib/implements
|
||||||
|
|
||||||
check-implements: implements
|
check-implements: implements
|
||||||
./implements $(IMPLEMENTS_OPTS) ./cephfs ./rados ./rbd
|
./implements $(IMPLEMENTS_OPTS) cephfs rados rbd
|
||||||
|
|
||||||
clean-implements:
|
clean-implements:
|
||||||
$(RM) ./implements
|
$(RM) ./implements
|
||||||
|
|
Loading…
Reference in New Issue