install:
	install -d $(DESTDIR)/usr/local/bin/
	install -d $(DESTDIR)/etc/cron.d/
	install -m755 wmcviewer_monitoring $(DESTDIR)/usr/local/bin/
	install -m644 yandex-wmcviewer-monitoring $(DESTDIR)/etc/cron.d/
clean:
	rm -rf build-stamp configure-stamp
