From 3ab4829870a90d7a3a7c359436776e0a96370ba5 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 21 Nov 2020 01:09:48 +0100 Subject: get rid of static folder --- docs/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/Makefile (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile new file mode 100644 index 0000000..9b84114 --- /dev/null +++ b/docs/Makefile @@ -0,0 +1,6 @@ +approach.png: approach.dot + dot -Tpng $^ > $@ + +.PHONY: clean +clean: + rm -rf approach.png -- cgit v1.2.3