Files
ally/Makefile
2020-02-15 18:32:22 -08:00

9 lines
186 B
Makefile

static/map.svg: static/map.dot
dot -Tsvg static/map.dot -ostatic/map.svg
dot -Tpng static/map.dot -ostatic/map.png
.PHONY: bonghits
bonghits:
# For lorxus...
@echo "Makefile fixed"