diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 23:51:40 +0100 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 23:51:40 +0100 |
| commit | 268e7948e6fa2ee9871430104f60bdab3212464c (patch) | |
| tree | b25b96f17767a4f9fdd72e73ccbb5d7b41050314 /tests/data/Makefile | |
| parent | 48d9265ce97e032e4f5fd2aaa3bde7fb8f49d6c5 (diff) | |
| download | fuzzycat-268e7948e6fa2ee9871430104f60bdab3212464c.tar.gz fuzzycat-268e7948e6fa2ee9871430104f60bdab3212464c.zip | |
move towards data subdir
Diffstat (limited to 'tests/data/Makefile')
| -rw-r--r-- | tests/data/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/Makefile b/tests/data/Makefile new file mode 100644 index 0000000..fa09b54 --- /dev/null +++ b/tests/data/Makefile @@ -0,0 +1,6 @@ +SHELL := /bin/bash + +.PHONY: fetch +fetch: fetch.sh + bash fetch.sh + |
