blob: bbcb50892393ed097f1c488c8f37af6e35da25be (
about) (
plain) (
blame)
1
2
3
4
5
6
7
|
include torrent-files.mk
torrents: $(torrent-files)
# Missing -c and -w
$(torrent-files): torrent-files.mk
mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')"
|