#!/usr/bin/make -f

# DH_VERBOSE := 1

%:
	dh $@ --with javahelper

override_dh_auto_build:
	jh_build --main=proalign.ProAlign proalign.jar .
