diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-10-26 11:14:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-10-26 11:14:37 -0400 |
commit | 51df27b8f399225af74731e784334640e3c81a2d (patch) | |
tree | e5f7386d9e28d0be8f7b83fedf349c818a57eaf6 /Makefile | |
parent | 1f1bd927eb624e10a1e6b7709c21e144d224d62e (diff) | |
download | bfs-51df27b8f399225af74731e784334640e3c81a2d.tar.xz |
animation: Add a light variant
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |