mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
8 lines
82 B
Makefile
8 lines
82 B
Makefile
|
TARGETS=mds-state-diagram.svg
|
||
|
|
||
|
%.svg: %.dot
|
||
|
dot -Tsvg -o $@ $^
|
||
|
|
||
|
|
||
|
all: $(TARGETS)
|