#!/usr/bin/make -f

%:
	dh $@

execute_after_dh_auto_clean:
	$(MAKE) clean

execute_after_dh_installdocs:
	dh_nodejs_autodocs
