diff options
Diffstat (limited to 'notes/Makefile')
-rw-r--r-- | notes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/Makefile b/notes/Makefile index 9b84114..3a7dcaf 100644 --- a/notes/Makefile +++ b/notes/Makefile @@ -1,6 +1,6 @@ -approach.png: approach.dot +steps.png: steps.dot dot -Tpng $^ > $@ .PHONY: clean clean: - rm -rf approach.png + rm -rf steps.png |