aboutsummaryrefslogtreecommitdiff
path: root/docs/makefile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-13 18:37:20 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-13 18:37:20 +0200
commit8a8039f61888a51e2508a15c5af7ab3afa5756ab (patch)
tree2820028d3fe8bf3487c6cf258c888b4c8c3e3fae /docs/makefile
WIP
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile8
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
+