# Copyright (c) 2025 Cardiff University
#
# Makefile to seed an example diskcache configuration
#

export COLOREDLOGS_AUTO_INSTALL = 1

all: data

data: create_testdata.py
	python3 $< --testdir=$@
