#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	./configure

override_dh_auto_clean:
	rm -f proxycheck
	dh_auto_clean

override_dh_clean:
	rm -f Makefile
	dh_clean
