summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile
blob: ad28c86940879d85bececb94971894e6cc90692a (plain)
1
2
3
4
5
6
7
.PHONY: check

check: tests/generate-mirror-commands/mirror.sh
	cmp $< $(dir $<)reference-mirror.sh

tests/generate-mirror-commands/mirror.sh: ../default.xml generate-mirror-commands.py
	./generate-mirror-commands.py $< > $@