summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
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 $@