sigs2dot/Makefile

9 lines
182 B
Makefile
Raw Normal View History

2016-07-11 04:51:34 +02:00
all:
gpg --list-sigs > sigs
python3 sigs2dot.py sigs > out.dot
neato out.dot -Tsvg > out.svg
convert out.svg out.png
xdg-open out.png
clean:
rm sigs out.dot out.svg out.png||: