install: bin man

man:
	install -m 644 *.1 /usr/share/man/man1/
bin:
	ls * | grep -v '\.1$$' | xargs -I{} install {} /usr/local/bin/