aboutsummaryrefslogtreecommitdiffstats
path: root/notes/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-24 12:01:28 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-24 12:01:28 +0100
commit35a10a97efa58ac57d59ce6595555cd274ec6e80 (patch)
tree41ff20444c8b4c82c401f77a9327c5280261d386 /notes/Makefile
parenta39fe5945ded654fcc1c0199b6d46afedd1294fa (diff)
downloadfuzzycat-35a10a97efa58ac57d59ce6595555cd274ec6e80.tar.gz
fuzzycat-35a10a97efa58ac57d59ce6595555cd274ec6e80.zip
update diagram
Diffstat (limited to 'notes/Makefile')
-rw-r--r--notes/Makefile4
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