install:
	install -d $(DESTDIR)/etc/cron.d/
	install -d $(DESTDIR)/usr/local/bin/
	install -m644 yandex-webmaster-support-monitoring $(DESTDIR)/etc/cron.d/
	install -m755 yandex-webmaster-support-monitoring.sh $(DESTDIR)/usr/local/bin/

clean:
	rm -rf build-stamp configure-stamp
