#!/usr/bin/make -f
# -*- gmakefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DH_OPTIONS

%:
	dh $@ --with quilt

override_dh_auto_build:
	$(MAKE) CC='diet -Os gcc -W'
