summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2022-10-26 11:14:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2022-10-26 11:14:37 -0400
commit51df27b8f399225af74731e784334640e3c81a2d (patch)
treee5f7386d9e28d0be8f7b83fedf349c818a57eaf6 /Makefile
parent1f1bd927eb624e10a1e6b7709c21e144d224d62e (diff)
downloadbfs-51df27b8f399225af74731e784334640e3c81a2d.tar.xz
animation: Add a light variant
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ee17fb0..245fcb0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-all: animation.svg
+all: animation-dark.svg animation-light.svg
+.PHONY: all
-%.svg: %.cast
- termtosvg render $< $@ -t $*_template.svg
+animation-%.svg: animation.cast template-%.svg
+ termtosvg render $< $@ -t template-$*.svg