diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-18 15:46:27 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-18 15:46:27 -0400 |
commit | f24bc822e3ae3daf3e7a65ad0ad37fa177388914 (patch) | |
tree | 10bf2625cf63a06dfc070f8aa0177f34ba89714f | |
parent | 77d8dfb5fcec30257904fc787cb3d6173d12df09 (diff) | |
download | bfs-f24bc822e3ae3daf3e7a65ad0ad37fa177388914.tar.xz |
Add a Makefile to generate the animation
-rw-r--r-- | Makefile | 4 |
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 |