diff options
Diffstat (limited to 'docs/makefile')
-rw-r--r-- | docs/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/makefile b/docs/makefile new file mode 100644 index 0000000..0bbe6e1 --- /dev/null +++ b/docs/makefile @@ -0,0 +1,8 @@ +all: class-diag.svg + +%.svg: %.puml + plantuml -tsvg $< + +clean: + git clean -fxdi + |