diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-13 18:37:20 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-09-13 18:37:20 +0200 |
commit | 8a8039f61888a51e2508a15c5af7ab3afa5756ab (patch) | |
tree | 2820028d3fe8bf3487c6cf258c888b4c8c3e3fae /docs/makefile |
WIP
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 + |