7 lines
86 B
Makefile
7 lines
86 B
Makefile
|
.PHONY: mirror
|
||
|
|
||
|
default: mirror
|
||
|
|
||
|
mirror:
|
||
|
run-one-until-success bash mirror.sh
|