index
:
ceph
debian
progress-linux
upstream
debian 11: ceph
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
/
cephfs
/
Makefile
blob: eee2fa5728d80436b139aea8555bfb7f8c046a6e (
plain
)
1
2
3
4
5
6
7
TARGETS
=
mds-state-diagram.svg
%.svg
:
%.
dot
dot
-Tsvg
-o
$@
$^
all
:
$(
TARGETS
)