diff options
| author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 16:06:24 +0100 |
|---|---|---|
| committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 16:06:24 +0100 |
| commit | 29738fd2d1d1af07b93018d0ec7be0bf9dc35bc5 (patch) | |
| tree | ca7cb785a72ce5f7e89a5b69e03dc8a973efb9dc /tests/fixtures/Makefile | |
| parent | ea41317e6765b18310c9e8ba830d75bbe758f854 (diff) | |
| download | fuzzycat-29738fd2d1d1af07b93018d0ec7be0bf9dc35bc5.tar.gz fuzzycat-29738fd2d1d1af07b93018d0ec7be0bf9dc35bc5.zip | |
move data into subdir
Diffstat (limited to 'tests/fixtures/Makefile')
| -rw-r--r-- | tests/fixtures/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fixtures/Makefile b/tests/fixtures/Makefile index be5c111..fa09b54 100644 --- a/tests/fixtures/Makefile +++ b/tests/fixtures/Makefile @@ -1,6 +1,6 @@ SHELL := /bin/bash -.PHONY: verify-entity-download -verify-entity-download: verify-entity-download.sh - bash verify-entity-download.sh +.PHONY: fetch +fetch: fetch.sh + bash fetch.sh |
