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