#!/usr/bin/make -f

%:
	dh $@ --buildsystem R

override_dh_clean:
	find src -name "*.hpp" -delete
	dh_clean
