mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-14 13:33:48 +00:00
10 lines
169 B
Makefile
10 lines
169 B
Makefile
|
ANSI2PNG = ~/research/ansi2gif/ansi2gif.git/ansi2png
|
||
|
|
||
|
all: kfest.png
|
||
|
|
||
|
kfest.png: kfest.ans
|
||
|
$(ANSI2PNG) --ysize auto kfest.ans > kfest.png
|
||
|
|
||
|
clean:
|
||
|
rm -f kfest.png *~
|