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