aboutsummaryrefslogtreecommitdiffstats
path: root/notes/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-12-16 22:17:56 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-12-16 22:17:56 +0100
commit34c8934b5d5204241dae38995781c932dd5eacf1 (patch)
tree3eb50482c25c6191e3801b71fdbb7955fee3b0a7 /notes/Makefile
parent0ffbc3f99a9aa77bbe000d88b01c59903ce8c8bd (diff)
downloadfuzzycat-34c8934b5d5204241dae38995781c932dd5eacf1.tar.gz
fuzzycat-34c8934b5d5204241dae38995781c932dd5eacf1.zip
focus on notes, first
Diffstat (limited to 'notes/Makefile')
-rw-r--r--notes/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/Makefile b/notes/Makefile
new file mode 100644
index 0000000..9b84114
--- /dev/null
+++ b/notes/Makefile
@@ -0,0 +1,6 @@
+approach.png: approach.dot
+ dot -Tpng $^ > $@
+
+.PHONY: clean
+clean:
+ rm -rf approach.png