summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-15 15:30:31 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-15 15:30:31 +0200
commitc491ee7b67aeb30c021e6f540bdaa7c19d484760 (patch)
treeea8f2a7b17534914b8acc9417f80feaffda39e17 /Makefile
parentebada0773fd93dac5648ab7209ac67a208007d74 (diff)
Use my custom fonts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2eb506a..6dadc1d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,9 @@ sources := ${shell find src -type f -regextype egrep -regex '.*/(index\.html|.*
outputs := ${sources:src/%=out/%}
outputs := ${outputs:%.dot=%.svg}
-all: ${outdirs} ${outputs}
+all: ${outdirs} ${outputs} fonts
+ @cp -r fonts out
+ @printf 'CP\tfonts\n'
${outdirs}:
@mkdir -p $@