diff options
Diffstat (limited to 'static/Makefile')
-rw-r--r-- | static/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/static/Makefile b/static/Makefile deleted file mode 100644 index 9b84114..0000000 --- a/static/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -approach.png: approach.dot - dot -Tpng $^ > $@ - -.PHONY: clean -clean: - rm -rf approach.png |