summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2026-03-06 16:31:54 -0500
committerSam Anthony <sam@samanthony.xyz>2026-03-06 16:31:54 -0500
commitd8671aa47dd0472b9779918a7a9cdddf9bfde355 (patch)
tree8f3a202b23fa8e50191ac299fff67453cea7d17c /Makefile
parent0dda0350dec5e82be8e5a7767c7f0a56c0d48c94 (diff)
downloadbuth-d8671aa47dd0472b9779918a7a9cdddf9bfde355.zip
doc: architecture and authentication
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 27685dc..5f7f1bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-all: public bin/webshopd
+all: doc public bin/webshopd
public:
hugo build
@@ -6,5 +6,10 @@ public:
bin/%: cmd/%
go build -o $@ ./$<
+doc: doc/arch.png
+
+doc/arch.png: doc/arch.dot
+ dot -Tpng <$< >$@
+
clean:
rm -rf bin public