#!/usr/bin/make -f

ROOT = $(CURDIR)/debian/estetistic

override_dh_auto_clean:
	$(RM) -r Install
	$(RM) Install

override_dh_auto_build:	
	echo 1

override_dh_auto_install:
	echo 1

%:
	dh $@
