#!/usr/bin/make -f

%:
	DESTDIR=$(CURDIR)/debian/mktorrent PREFIX=/usr USE_PTHREADS=1 USE_OPENSSL=1 USE_LARGE_FILES=1 USE_LONG_OPTIONS=1 dh $@
