From 34c8934b5d5204241dae38995781c932dd5eacf1 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 16 Dec 2020 22:17:56 +0100 Subject: focus on notes, first --- notes/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 notes/Makefile (limited to 'notes/Makefile') 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 -- cgit v1.2.3