#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_install:
	@echo do not call install target
	$(MAKE) greed.6
