mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-03 18:29:53 +00:00
e0febd1a90
keep making git mistakes urgh
10 lines
193 B
Makefile
10 lines
193 B
Makefile
ANSI2PNG = ~/research/ansi2gif/ansi2gif.git/ansi2png
|
|
|
|
all: kfest2020.png
|
|
|
|
kfest2020.png: kfest2020.ans
|
|
$(ANSI2PNG) --ysize auto kfest2020.ans > kfest2020.png
|
|
|
|
clean:
|
|
rm -f kfest2020.png *~
|