#!/usr/bin/make -f

export FWPATH = .

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -f *.bin
