From 268e7948e6fa2ee9871430104f60bdab3212464c Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Tue, 24 Nov 2020 23:51:40 +0100 Subject: move towards data subdir --- tests/data/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/data/Makefile (limited to 'tests/data/Makefile') 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 + -- cgit v1.2.3