#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	make all -j1 "INSTALL=install --strip-program=true"

override_dh_missing:
	# court-circuitage
