From 8f063f9547ebcbef1e7ece25295a5754be4c33e1 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 15 Aug 2020 17:42:03 +0200 Subject: add extra files --- static/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 static/Makefile (limited to 'static/Makefile') diff --git a/static/Makefile b/static/Makefile new file mode 100644 index 0000000..9b84114 --- /dev/null +++ b/static/Makefile @@ -0,0 +1,6 @@ +approach.png: approach.dot + dot -Tpng $^ > $@ + +.PHONY: clean +clean: + rm -rf approach.png -- cgit v1.2.3