9 lines
72 B
Makefile
9 lines
72 B
Makefile
|
|
all: png svg
|
|
|
|
png:
|
|
plantuml -tpng *.puml
|
|
|
|
svg:
|
|
plantuml -tsvg *.puml
|