8 lines
143 B
Makefile
8 lines
143 B
Makefile
static/map.svg: static/map.dot
|
|
dot -Tsvg static/map.dot -ostatic/map.svg
|
|
|
|
.PHONY: bonghits
|
|
bonghits:
|
|
# For lorxus...
|
|
@echo "Makefile fixed"
|