aboutsummaryrefslogtreecommitdiff
path: root/dynamic.mk
blob: 89791c93788ef8417d5c5657440ae56d571b6dcf (about) (plain) (blame)
1
2
3
4
5
6
7
include files.mk
include deps.mk

torrents: $(torrent-files)

$(torrent-files): files.mk deps.mk
	mktorrent -f -v -d -n $@ -o $@ -c '' "$$(echo $@ | sed 's/\.torrent$$//')"