INSTALL ?= install
install:
	$(INSTALL) -D -m 755 src/mongodb_slow_queries.py $(DESTDIR)/usr/bin/mongodb-slow-queries.py
