You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
all: overview.svg
|
|
|
|
build/bin/svgbob:
|
|
cargo install --git https://github.com/ivanceras/svgbob --rev df01674c47350665158ececa476e63f51c58a9c7 --root build
|
|
|
|
%.svg: %.ascii build/bin/svgbob
|
|
build/bin/svgbob $< > $@
|
|
|
|
clean:
|
|
rm -f *.svg
|
|
|
|
.PHONY: all clean
|