diff options
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 + |