aboutsummaryrefslogtreecommitdiffstats
path: root/notes/Makefile
blob: 3a7dcaf8445f4e980e31c963d929edd19f644a2c (plain)
1
2
3
4
5
6
steps.png: steps.dot
	dot -Tpng $^ > $@

.PHONY: clean
clean:
	rm -rf steps.png