#!/usr/bin/make -f

%:
	rm -f Makefile CMakeLists.txt
	dh $@
