diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-08-15 17:42:03 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-08-15 17:42:03 +0200 |
commit | 8f063f9547ebcbef1e7ece25295a5754be4c33e1 (patch) | |
tree | b17d10b4524ffa93609d0bd7cc91646b546d6605 /static/Makefile | |
parent | a4880d051a5b89a58b55da8f85ac2a5acb612a16 (diff) | |
download | fuzzycat-8f063f9547ebcbef1e7ece25295a5754be4c33e1.tar.gz fuzzycat-8f063f9547ebcbef1e7ece25295a5754be4c33e1.zip |
add extra files
Diffstat (limited to 'static/Makefile')
-rw-r--r-- | static/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |