From 51df27b8f399225af74731e784334640e3c81a2d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 26 Oct 2022 11:14:37 -0400 Subject: animation: Add a light variant --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3