summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-10-18 15:46:27 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-10-18 15:46:27 -0400
commitf24bc822e3ae3daf3e7a65ad0ad37fa177388914 (patch)
tree10bf2625cf63a06dfc070f8aa0177f34ba89714f
parent77d8dfb5fcec30257904fc787cb3d6173d12df09 (diff)
downloadbfs-f24bc822e3ae3daf3e7a65ad0ad37fa177388914.tar.xz
Add a Makefile to generate the animation
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ee17fb0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: animation.svg
+
+%.svg: %.cast
+ termtosvg render $< $@ -t $*_template.svg